-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] JDQL queries with like operator not working #540
Labels
Comments
otaviojava
added a commit
that referenced
this issue
Aug 9, 2024
[BUG] JDQL queries with like operator not working #540
Hey @m4ttek could you check it with SNAPSHOT? |
I got it; it generates once a day. |
Yes, and now it's working! |
Thank you @m4ttek closing thi sissue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which JNoSQL project the issue refers to?
JNoSQL (Core)
Bug description
There is no way I can use
@Query
annotation properly with LIKE queries with params.For example:
It results in error while invoking:
It doesn't matter if I use named parameter or not - it's expecting string after "like":
JNoSQL Version
1.1.1
Steps To Reproduce
Expected Results
No response
Code example, screenshot, or link to a repository
No response
The text was updated successfully, but these errors were encountered: