Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 93975 invoked from network); 19 Jan 2009 21:25:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2009 21:25:22 -0000 Received: (qmail 91703 invoked by uid 500); 19 Jan 2009 21:25:22 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 91681 invoked by uid 500); 19 Jan 2009 21:25:22 -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 91672 invoked by uid 99); 19 Jan 2009 21:25:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 13:25:22 -0800 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, 19 Jan 2009 21:25:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6D81234C495 for ; Mon, 19 Jan 2009 13:24:59 -0800 (PST) Message-ID: <171593296.1232400299682.JavaMail.jira@brutus> Date: Mon, 19 Jan 2009 13:24:59 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4015) Regression in Statement.getGeneratedKeys() In-Reply-To: <2076302187.1231545599723.JavaMail.jira@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 [ https://issues.apache.org/jira/browse/DERBY-4015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kathey Marsden updated DERBY-4015: ---------------------------------- Attachment: Derby4015.java updatedBehaviorMatrix.txt Adding updated Derby4015.java with the two other cases I mentioned and updated matrix with the results for those cases for Derby and DB2. > Regression in Statement.getGeneratedKeys() > ------------------------------------------ > > Key: DERBY-4015 > URL: https://issues.apache.org/jira/browse/DERBY-4015 > Project: Derby > Issue Type: Bug > Components: Network Client > Affects Versions: 10.3.3.0 > Environment: I am currently running on Mac 10.5 with Java 5. However, it has also been observed on other platforms in our automated build such as SUSE Linux and Windows with Java 5. > Reporter: Brandon Smith > Assignee: Kathey Marsden > Priority: Critical > Attachments: Behavior-Matrix.jpg, derby-10.3.2.1-tests.zip, derby-10.3.3.0-tests.zip, Derby4015.java, Derby4015.java, Derby4015.java, Derby4015.java, Derby4015.java, Derby4015.java, updatedBehaviorMatrix.txt, updatedBehaviorMatrix.txt, updatedBehaviorMatrix.txt, updatedBehaviorMatrix.txt > > > The application of both DERBY-2653 and DERBY-3426 in the 10.3.3.0 seems to have created a regression in how the network JDBC client implementation of PreparedStatement.getGeneratedKeys() behaves as compared to 10.3.2.1. Note that there wasn't a change in behavior between versions for the embedded implementation. However, in general there are behavior discrepancies between the network and client implementations for this method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.