Query parsing error with IN expression and String functions such as UPPER()
---------------------------------------------------------------------------
Key: OPENJPA-764
URL: https://issues.apache.org/jira/browse/OPENJPA-764
Project: OpenJPA
Issue Type: Bug
Reporter: Pinaki Poddar
Fix For: 2.0.0
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.