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 2008/05/30 00:53:45 UTC

[jira] Resolved: (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 ]

Catalina Wei resolved OPENJPA-616.
----------------------------------

    Resolution: Fixed

Patch provided by Fay Wang has been committed under r661472, but incorrectly tagged under issue OPENJPA-617,
it should be OPENJPA-616.
In this patch, SQRT, and ABS functions are added.
The remaing datetime function will be provided under a new sub-task.

> 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
>         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.