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


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.

Reply via email to