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

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

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.


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

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Catalina Wei (JIRA)" <ji...@apache.org>.
     [ 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.