Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 22835 invoked from network); 12 Jan 2007 00:20:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2007 00:20:56 -0000 Received: (qmail 6138 invoked by uid 500); 12 Jan 2007 00:21:01 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 5990 invoked by uid 500); 12 Jan 2007 00:21:00 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 5974 invoked by uid 99); 12 Jan 2007 00:21:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 16:21:00 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jan 2007 16:20:50 -0800 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1H5A9l-00030I-E0 for user-java@ibatis.apache.org; Thu, 11 Jan 2007 16:20:29 -0800 Message-ID: <8289571.post@talk.nabble.com> Date: Thu, 11 Jan 2007 16:20:29 -0800 (PST) From: navrsale To: user-java@ibatis.apache.org Subject: getFailingSqlStatement() MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: navrsalemile@yahoo.ca X-Virus-Checked: Checked by ClamAV on apache.org hi all, if a single batch has a failed insert statement my understanding is that remaining statements in the batch will be attempted and then BatchException will be thrown? If in these remaining statements another statement(s) fails, how can we get all sql statements that failed in the same batch? I guess getFailingSqlStatement() returns only the first sql statement that failed in a batch? Many thanks, -- View this message in context: http://www.nabble.com/getFailingSqlStatement%28%29-tf2962806.html#a8289571 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.