JPQL new operator arguments should be more flexible in matching constructor
arguments
-------------------------------------------------------------------------------------
Key: OPENJPA-1463
URL: https://issues.apache.org/jira/browse/OPENJPA-1463
Project: OpenJPA
Issue Type: Bug
Reporter: Pinaki Poddar
A JPQL query
"select new Range(MIN(p.id), MAX(p.id)) from PObject p"
where p.id is int and Range has constructor (long,long) should be supported.
This is done by matching the constructors of Range type with the supplied
arguments (int,int) in a more flexible manner.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.