Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25420 invoked from network); 10 Jul 2006 19:02:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2006 19:02:05 -0000 Received: (qmail 81119 invoked by uid 500); 10 Jul 2006 19:02:04 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 81082 invoked by uid 500); 10 Jul 2006 19:02:04 -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 81072 invoked by uid 99); 10 Jul 2006 19:02:04 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 12:02:04 -0700 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.154] (HELO e36.co.us.ibm.com) (32.97.110.154) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jul 2006 12:02:03 -0700 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e36.co.us.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6AJ1fVf022844 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Mon, 10 Jul 2006 15:01:41 -0400 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by westrelay02.boulder.ibm.com (8.13.6/NCO/VER7.0) with ESMTP id k6AJ0px6246606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 10 Jul 2006 13:00:51 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id k6AJ1eqa015907 for ; Mon, 10 Jul 2006 13:01:40 -0600 Received: from [9.76.199.88] (sig-9-76-199-88.mts.ibm.com [9.76.199.88]) by d03av03.boulder.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id k6AJ1eUp015859 for ; Mon, 10 Jul 2006 13:01:40 -0600 Message-ID: <44B2A411.3050000@sbcglobal.net> Date: Mon, 10 Jul 2006 12:01:37 -0700 From: Kathey Marsden User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: behavior of Statement.getGeneratedKeys() References: <44B29397.4030608@sun.com> In-Reply-To: <44B29397.4030608@sun.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > Before filing a bug on this, I'd like the community's advice: > > 1) Is this a bug? Should Statement.getGeneratedKeys() return a > ResultSet whose column has the same type as the underyling > autogenerated column? > > 2) If this is a bug, is it permitted to change this behavior in a > minor release? > I can't say if it is a bug or not, but with regard to 2, I wonder: What usage cases would benefit from changing it? What usage cases would be impacted negatively if it were changed? Kathey