Skip to content
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

BadJpqlGrammarException when parsing query containing lateral keyword used as property name. #3496

Closed
christophstrobl opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
in: query-parser Everything related to parsing JPQL or SQL type: bug A general bug

Comments

@christophstrobl
Copy link
Member

Similar issue as with the type keyword (see: #3056).
While the JPQL variant seems to be fine with it the HQL one barks at the keyword.
Nevertheless we should add tests for all parsers.

@mp911de
Copy link
Member

mp911de commented Jun 5, 2024

Do we run into a similar issue with EQL/JPQL?

@mp911de mp911de added this to the 3.2.7 (2023.1.7) milestone Jun 5, 2024
schauder pushed a commit that referenced this issue Jun 12, 2024
Add tests for existing parsers and fix the HQL one.

Closes: #3496
schauder pushed a commit that referenced this issue Jun 12, 2024
Add tests for existing parsers and fix the HQL one.

Closes: #3496
schauder pushed a commit that referenced this issue Jun 12, 2024
Add tests for existing parsers and fix the HQL one.

Closes #3496
Original pull request #3497
schauder pushed a commit that referenced this issue Jun 12, 2024
Add tests for existing parsers and fix the HQL one.

Closes #3496
Original pull request #3497
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: query-parser Everything related to parsing JPQL or SQL type: bug A general bug
Projects
None yet
2 participants