You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Albert Lee (JIRA)" <ji...@apache.org> on 2008/06/09 23:49:44 UTC

[jira] Created: (OPENJPA-630) Honor batchlimit=1 in statement batching support.

Honor batchlimit=1 in statement batching support.
-------------------------------------------------

                 Key: OPENJPA-630
                 URL: https://issues.apache.org/jira/browse/OPENJPA-630
             Project: OpenJPA
          Issue Type: Bug
          Components: kernel
    Affects Versions: 1.1.0, 1.0.2
            Reporter: Albert Lee
            Assignee: Albert Lee
            Priority: Minor
             Fix For: 1.2.0


When batchlimit is set to 1, the statement batching support attempts to batch if the consecutive statements have the same SQL request syntax. But eventually, it will execute each statement individually.  This logic yielded some undesired behavior in Informix which caused failure in the SQL request.

Albert Lee.

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


[jira] Resolved: (OPENJPA-630) Honor batchlimit=1 in statement batching support.

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

Albert Lee resolved OPENJPA-630.
--------------------------------

    Resolution: Fixed

> Honor batchlimit=1 in statement batching support.
> -------------------------------------------------
>
>                 Key: OPENJPA-630
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-630
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.0.2, 1.1.0
>            Reporter: Albert Lee
>            Assignee: Albert Lee
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> When batchlimit is set to 1, the statement batching support attempts to batch if the consecutive statements have the same SQL request syntax. But eventually, it will execute each statement individually.  This logic yielded some undesired behavior in Informix which caused failure in the SQL request.
> Albert Lee.

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


[jira] Closed: (OPENJPA-630) Honor batchlimit=1 in statement batching support.

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

Albert Lee closed OPENJPA-630.
------------------------------


> Honor batchlimit=1 in statement batching support.
> -------------------------------------------------
>
>                 Key: OPENJPA-630
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-630
>             Project: OpenJPA
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.0.2, 1.1.0
>            Reporter: Albert Lee
>            Assignee: Albert Lee
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> When batchlimit is set to 1, the statement batching support attempts to batch if the consecutive statements have the same SQL request syntax. But eventually, it will execute each statement individually.  This logic yielded some undesired behavior in Informix which caused failure in the SQL request.
> Albert Lee.

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