JPQL parser can't handle an attribute named "power" #3143
Labels
in: query-parser
Everything related to parsing JPQL or SQL
type: regression
A regression from a previous release
Milestone
Similar (I think) to #3028, a query using an attribute named power fails with this error :
BadJpqlGrammarException: Line 1:18 no viable alternative at input 'e.power'; Bad JPQL grammar [select distinct e.power.id from MyEntity e]
Environment :
The text was updated successfully, but these errors were encountered: