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 2006/08/21 20:27:13 UTC

[jira] Created: (OPENJPA-26) JPQL parser failed to handle unary operations in arithmetic comparisons, eg. where -(e.salary+10) > -10

JPQL parser failed to handle unary operations in arithmetic comparisons, eg. where -(e.salary+10) > -10
-------------------------------------------------------------------------------------------------------

                 Key: OPENJPA-26
                 URL: http://issues.apache.org/jira/browse/OPENJPA-26
             Project: OpenJPA
          Issue Type: Bug
          Components: query
            Reporter: Catalina Wei


Negation only works for numeric literals, should be generalized to arithmetic expressions.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OPENJPA-26) JPQL parser failed to handle unary operations in arithmetic comparisons, eg. where -(e.salary+10) > -10

Posted by "Patrick Linskey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-26?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Linskey updated OPENJPA-26:
-----------------------------------

    Fix Version/s: 0.9.7

> JPQL parser failed to handle unary operations in arithmetic comparisons, eg. where -(e.salary+10) > -10
> -------------------------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-26
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-26
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: query
>            Reporter: Catalina Wei
>             Fix For: 0.9.7
>
>
> Negation only works for numeric literals, should be generalized to arithmetic expressions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.