Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Following JPQL query causes parse exception
"select a from A a where UPPER(a.name) IN (:list)"
while the following does not
"select a from A a where a.name IN (:list)"
Parse tree definition seems to be the cause.
Originally reported in Nabble mailing list post[1]
[1] http://n2.nabble.com/ParseException-when-using-UPPER-Keyword-with-an-IN-CLAUSE-tc1480819.html