spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.92k stars 1.39k forks source link

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

Closed christophstrobl closed 2 weeks ago

christophstrobl commented 3 weeks ago

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 commented 3 weeks ago

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