Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 41667 invoked from network); 7 Apr 2005 17:31:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 17:31:25 -0000 Received: (qmail 19918 invoked by uid 500); 7 Apr 2005 17:31:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19894 invoked by uid 500); 7 Apr 2005 17:31:24 -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: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 19881 invoked by uid 99); 7 Apr 2005 17:31:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from e6.ny.us.ibm.com (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Apr 2005 10:31:22 -0700 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e6.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j37HVKor003945 for ; Thu, 7 Apr 2005 13:31:20 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j37HVKck073894 for ; Thu, 7 Apr 2005 13:31:20 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j37HVKWN029178 for ; Thu, 7 Apr 2005 12:31:20 -0500 Received: from [127.0.0.1] (DMCSDJDT41P.usca.ibm.com [9.72.133.89]) by d01av02.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j37HVHHe029007 for ; Thu, 7 Apr 2005 12:31:19 -0500 Message-ID: <42556E63.10905@debrunners.com> Date: Thu, 07 Apr 2005 10:31:15 -0700 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 MIME-Version: 1.0 To: Derby Development Subject: Re: [jira] Commented: (DERBY-167) Inserting values in an identity column References: <1502276672.1112498837848.JavaMail.jira@ajax.apache.org> <006701c53ac1$e4cbfc80$2000a8c0@Arkat> <4254E45E.9020608@sbcglobal.net> <000301c53b59$53667980$2000a8c0@Arkat> <000c01c53b5a$81b55fd0$2000a8c0@Arkat> In-Reply-To: <000c01c53b5a$81b55fd0$2000a8c0@Arkat> 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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N TomohitoNakayama wrote: >> And I'm not sure whether discussion about possible solutions have done >> yet. > > > I mean that I'm not clear whether discussion have ended. > Sorry for not so skilled in English communication. I think that GENERATED BY DEFAULT is a good thing to do, regardless of what other things could be done in this area. Breaking up functionality into small sets is usually good, much better to make some progress and get the code into Derby for people to test, then waiting to implement everything or decide on every possible related item. Dan.