Skip to content

Handle != and ^= in HQL queries #2972

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

Closed
wants to merge 2 commits into from
Closed

Handle != and ^= in HQL queries #2972

wants to merge 2 commits into from

Conversation

gregturn
Copy link
Contributor

No description provided.

gregturn added 2 commits May 23, 2023 08:18
Hibernate also supports "!=" and "^=" as NOT EQUALS operators.

See #2970
@gregturn gregturn linked an issue May 23, 2023 that may be closed by this pull request
gregturn added a commit that referenced this pull request May 23, 2023
Hibernate also supports "!=" and "^=" as NOT EQUALS operators.

See #2970
Original Pull Request #2972
@gregturn gregturn closed this May 23, 2023
@gregturn gregturn deleted the issue/gh-2970 branch May 23, 2023 13:56
gregturn added a commit that referenced this pull request May 23, 2023
Hibernate also supports "!=" and "^=" as NOT EQUALS operators.

See #2970
Original Pull Request #2972
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BadJpqlGrammarException: Line 1:236 token recognition error at: '!';
1 participant