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.

Reply via email to