You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Fay Wang (JIRA)" <ji...@apache.org> on 2008/05/26 00:39:55 UTC

[jira] Updated: (OPENJPA-612) Add support for calculating update value in QueryImpl.updateInMemory

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

Fay Wang updated OPENJPA-612:
-----------------------------

    Attachment: openjpa.patch

> Add support for calculating update value in QueryImpl.updateInMemory
> --------------------------------------------------------------------
>
>                 Key: OPENJPA-612
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-612
>             Project: OpenJPA
>          Issue Type: Bug
>            Reporter: Fay Wang
>         Attachments: openjpa.patch
>
>
> Since Informix does not support update with in/exists subquery in the where clause, when doing the bulk update against informix, e.g., 
>      "update DeptBeanAno d set d.budget = (d.budget * ?1 + ?2) where d.reportsTo.no = ?3"
>  
> we encounter the error of "only-update-primitives" during updateInMemory. 
>      The attached patch fixes this problem by beefing up the support for arithmetic calcuation of the update value for updateInMemory.

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