-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IN clause not working #855
Comments
Did you register a converter that creates Please provide a minimal yet complete sample that reproduces the problem. |
Hi, Thanks for reply. Please check attached small sample which reproduce issue. Please help. Thanks. |
Thanks for the sample, |
Ok. Thanks for update. |
I'm tring to bind a parameter with an IN clause for PostgreSQL
Spring boot 3.2.2
Getting error for below query
In log, I see that it bind List as JsonByteArrayInput{[1]} which causing error as operator does not exist: bigint = jsonb
Full error stack
Please help. Thanks.
The text was updated successfully, but these errors were encountered: