[
https://issues.apache.org/jira/browse/OPENJPA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinaki Poddar resolved OPENJPA-1463.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0-M4
Assignee: Pinaki Poddar
The change was committed before this JIRA.
See Revision 899532.
> 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
> Assignee: Pinaki Poddar
> Fix For: 2.0.0-M4
>
>
> 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.