You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2008/07/31 22:36:31 UTC

[jira] Updated: (OPENJPA-616) InMemoryUpdate support for functions returning numeric value such as ABS, SQRT, SIZE etc.

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

Michael Dick updated OPENJPA-616:
---------------------------------

    Fix Version/s: 1.2.0

> InMemoryUpdate support for functions returning numeric value such as ABS, SQRT, SIZE etc.
> -----------------------------------------------------------------------------------------
>
>                 Key: OPENJPA-616
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-616
>             Project: OpenJPA
>          Issue Type: Sub-task
>            Reporter: Catalina Wei
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: openjpa0529.patch
>
>
> The remaining work for support bulk updates that needed to be evaluated in memory.
> Math operation (+, -, *, /, mod) and most of the functions returning Strings are resolved in OPENJPA-612.
> The in memory update support  is not complete until all new_value that can be expressed in JPQL are supported.
> Those new_value that we still need the support are:
>      math_expression :   SQRT, ABS, SIZE
>      datetime functions
>      boolean value
>      enum value
>      NULL
>      simple_entity_expression

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