Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0-beta
-
None
Description
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.