-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Using operator '!=' throws BadJpqlGrammarException in spring data jpa 3.1.1 #3061
Comments
That patch was for HQL: If you're using EclipseLink or some other JPA provider (or you haven't picked up that version of Spring Data JPA 3.1), then you won't see it. What JPA provider did you use in the past, and did this query used to work before Spring Data JPA 3.1? |
Hi @gregturn . Indeed, we're using EclipseLink. |
I'll mark this is a regression and will move to patch the JPQL parser to handle this. |
It seems that the
!=
operator is not supported in spring-data-jpa 3.1.1 (See issue #2970). I (mis?)understood it would be fixed in 3.1.1.The following query below fails with BadJpqlGrammarException
The text was updated successfully, but these errors were encountered: