You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2010/02/24 14:38:27 UTC

[jira] Updated: (OPENJPA-1533) JPA2 select math mix with aggregate reports syntax error

     [ https://issues.apache.org/jira/browse/OPENJPA-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-1533:
----------------------------------

    Affects Version/s:     (was: 2.1.0)
                           (was: 2.0.1)
                           (was: 2.0.0)
        Fix Version/s:     (was: 2.1.0)
                           (was: 2.0.1)
                           (was: 2.0.0)
                       2.0.0-beta2

> 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
>            Reporter: Catalina Wei
>            Assignee: Catalina Wei
>             Fix For: 2.0.0-beta2
>
>
> 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.