JPQL parser can't handle an attribute named "value" #3028
Labels
in: query-parser
Everything related to parsing JPQL or SQL
type: regression
A regression from a previous release
Milestone
A query like
select t.value from TestEntity t
will generate the following exception:NOTE: This works fine in the HQL parser.
The text was updated successfully, but these errors were encountered: