Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 59357 invoked from network); 9 Jun 2008 21:50:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 21:50:12 -0000 Received: (qmail 76025 invoked by uid 500); 9 Jun 2008 21:50:08 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 75986 invoked by uid 500); 9 Jun 2008 21:50:08 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 75948 invoked by uid 99); 9 Jun 2008 21:50:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 14:50:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 21:49:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F2C46234C135 for ; Mon, 9 Jun 2008 14:49:44 -0700 (PDT) Message-ID: <1733485043.1213048184979.JavaMail.jira@brutus> Date: Mon, 9 Jun 2008 14:49:44 -0700 (PDT) From: "Albert Lee (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-630) Honor batchlimit=1 in statement batching support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.