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


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.

Reply via email to