Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 90860 invoked from network); 1 Mar 2006 16:53:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 16:53:24 -0000 Received: (qmail 8968 invoked by uid 500); 1 Mar 2006 16:54:10 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 8911 invoked by uid 500); 1 Mar 2006 16:54:09 -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 8889 invoked by uid 99); 1 Mar 2006 16:54:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 08:54:09 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.144] (HELO e4.ny.us.ibm.com) (32.97.182.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 08:54:08 -0800 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e4.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k21Grihq013100 for ; Wed, 1 Mar 2006 11:53:44 -0500 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k21GriId080396 for ; Wed, 1 Mar 2006 11:53:44 -0500 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k21GriIx003878 for ; Wed, 1 Mar 2006 11:53:44 -0500 Received: from [127.0.0.1] (sig-9-48-125-112.mts.ibm.com [9.48.125.112]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k21Grg0E003673; Wed, 1 Mar 2006 11:53:44 -0500 Message-ID: <4405D193.1070209@apache.org> Date: Wed, 01 Mar 2006 08:53:39 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-690) Add scrollable, updatable, insensitive result sets References: <810958483.1141222157048.JavaMail.jira@ajax.apache.org> <4405CE84.7090201@sun.com> In-Reply-To: <4405CE84.7090201@sun.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii 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 Lance J. Andersen wrote: > The wording in chapter 14 of JDBC 3 in sections 14.2.4.1 Updating a Row, > 14.2.4.2 Deleting a Row, 14.2.4.3 Inserting a Row > > The wording was carried unmodified forward to JDBC 4 There are two bugs in the spec (both 3.0 and 4.0) in this area: (JDBC 3.0 section numbers) 14.2.4.1 has no mention of "other" changes. 14.2.4.2 and 14.2.4.3 both say for other changes: - "... made by others (another transaction or another ResultSet object in the same transaction) ..." Changes can be made by Statement objects in the same transaction as well as ResultSet objects, maybe that is meant to be: - "... made by others (another transaction or another JDBC object in the same transaction) ..." Dan.