Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 66511 invoked from network); 7 Dec 2006 13:49:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 13:49:48 -0000 Received: (qmail 67077 invoked by uid 500); 7 Dec 2006 13:49:52 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67045 invoked by uid 500); 7 Dec 2006 13:49:52 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 67036 invoked by uid 99); 7 Dec 2006 13:49:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 05:49:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2006 05:49:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7D807142E4 for ; Thu, 7 Dec 2006 05:49:22 -0800 (PST) Message-ID: <11304080.1165499362684.JavaMail.jira@brutus> Date: Thu, 7 Dec 2006 05:49:22 -0800 (PST) From: "Saurabh Vyas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-2017) Client driver can insert and commit partial data when a LOB stream throws IOException or does not match the specified length In-Reply-To: <18308033.1162198636492.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/DERBY-2017?page=all ] Saurabh Vyas updated DERBY-2017: -------------------------------- Fix Version/s: 10.3.0.0 Derby Info: [Patch Available] > Client driver can insert and commit partial data when a LOB stream throws IOException or does not match the specified length > ---------------------------------------------------------------------------------------------------------------------------- > > Key: DERBY-2017 > URL: http://issues.apache.org/jira/browse/DERBY-2017 > Project: Derby > Issue Type: Bug > Components: JDBC, Network Client > Affects Versions: 10.2.1.6 > Reporter: Knut Anders Hatlen > Assigned To: Saurabh Vyas > Fix For: 10.3.0.0 > > Attachments: Derby_2017_v1.diff, Derby_2017_v1.stat, StreamErrRepro.java > > > When a LOB stream throws an exception or does not match the specified length, the client driver does not raise an exception until it has finished executing the statement. Therefore, the statement will be executed (and possibly committed) on the server even though the client reports that the statement failed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira