Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 49463 invoked from network); 10 Feb 2006 11:26:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Feb 2006 11:26:51 -0000 Received: (qmail 42799 invoked by uid 500); 10 Feb 2006 11:26:48 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42768 invoked by uid 500); 10 Feb 2006 11:26:48 -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 42756 invoked by uid 99); 10 Feb 2006 11:26:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 03:26:48 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.18.98.31] (HELO brmea-mail-1.sun.com) (192.18.98.31) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2006 03:26:47 -0800 Received: from phys-epost-1 ([129.159.136.14]) by brmea-mail-1.sun.com (8.12.10/8.12.9) with ESMTP id k1ABQQSD027653 for ; Fri, 10 Feb 2006 04:26:26 -0700 (MST) Received: from conversion-daemon.epost-mail1.sweden.sun.com by epost-mail1.sweden.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) id <0IUG00I01YFUHM@epost-mail1.sweden.sun.com> (original mail from Andreas.Korneliussen@Sun.COM) for derby-dev@db.apache.org; Fri, 10 Feb 2006 12:26:25 +0100 (MET) Received: from [129.159.112.247] (khepri35.Norway.Sun.COM [129.159.112.247]) by epost-mail1.sweden.sun.com (iPlanet Messaging Server 5.2 HotFix 1.24 (built Dec 19 2003)) with ESMTPA id <0IUG00HREYG14F@epost-mail1.sweden.sun.com> for derby-dev@db.apache.org; Fri, 10 Feb 2006 12:26:25 +0100 (MET) Date: Fri, 10 Feb 2006 12:26:25 +0100 From: Andreas Korneliussen Subject: Re: [jira] Updated: (DERBY-100) Add support for insert functionality using JDBC 2.0 updatable resultset apis In-reply-to: To: derby-dev@db.apache.org Reply-to: Andreas.Korneliussen@Sun.COM Message-id: <43EC7861.3000107@sun.com> Organization: Sun Microsystems MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) References: <33298899.1139489098647.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Knut Anders Hatlen wrote: >>For rowInserted(), my intention was to make the implementation of >>this method as similar as possible to that of the rowDeteled() and >>rowUpdated() methods. Since these two methods do not have entry >>trancing, I removed it from the rowInserted() method. > > > Why not add tracing to rowDeleted() and rowUpdated()? :) > I guess because this is for a patch for inserting rows, and someone would probably question why she changed unrelated code, arguing that such changes should go in a different patch ;-) Andreas