BadJpqlGrammarException with attribute labelled 'type' #3062
Labels
in: query-parser
Everything related to parsing JPQL or SQL
type: regression
A regression from a previous release
Milestone
Similarly to #3028, sping-data-jpa throws BadJpqlGrammarException: Line 1:33 no viable alternative at input 'e.type'; Bad JPQL grammar [select e from Employee e where e.type = :_type]
Prior sping-data-jpa 3.1.0 query was working (it also seems that named parameters that are matching reserved keywords, eg: type, date, from, ..., also make the parsing crash, unlike allowed prior v3.1.0)
The text was updated successfully, but these errors were encountered: