[
https://issues.apache.org/jira/browse/OPENJPA-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Catalina Wei resolved OPENJPA-1533.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.1.0
2.0.1
2.0.0
Fix checked in under trunk revision 915725
> JPA2 select math mix with aggregate reports syntax error
> --------------------------------------------------------
>
> Key: OPENJPA-1533
> URL: https://issues.apache.org/jira/browse/OPENJPA-1533
> Project: OpenJPA
> Issue Type: Bug
> Components: query
> Affects Versions: 2.0.0-beta, 2.0.0, 2.0.1, 2.1.0
> Reporter: Catalina Wei
> Assignee: Catalina Wei
> Fix For: 2.0.0, 2.0.1, 2.1.0
>
>
> A problem is found in select expression involving math mix with aggregate
> resulted in syntax error.
> Sample JPQL:
> SELECT SUM(c.age) + SUM(c.userid) FROM CompUser c
> should not get syntax error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.