Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 42474 invoked from network); 2 Feb 2006 16:32:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Feb 2006 16:32:28 -0000 Received: (qmail 71522 invoked by uid 500); 2 Feb 2006 16:32:27 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 71511 invoked by uid 99); 2 Feb 2006 16:32:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2006 08:32:25 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id D7D0CE0 for ; Thu, 2 Feb 2006 17:32:03 +0100 (CET) Message-ID: <2044065687.1138897923811.JavaMail.jira@ajax.apache.org> Date: Thu, 2 Feb 2006 17:32:03 +0100 (CET) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-286) Convert unnamed constraints to named constraints in company model In-Reply-To: <1067501000.1138892883170.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/JDO-286?page=comments#action_12364962 ] Craig Russell commented on JDO-286: ----------------------------------- Looks good. A couple of comments. 1. You have some random changes not related to this JIRA issue in your workspace. 2. Could you change tabs to spaces? The indents are wrong for some of the sql, e.g. + CONSTRAINT EMPS_DEPARTMENT FOREIGN KEY (DEPARTMENT) + REFERENCES departments (DATASTORE_IDENTITY), + CONSTRAINT EMPS_FUNDINGDEPT FOREIGN KEY (FUNDINGDEPT) + REFERENCES departments (DATASTORE_IDENTITY), > Convert unnamed constraints to named constraints in company model > ----------------------------------------------------------------- > > Key: JDO-286 > URL: http://issues.apache.org/jira/browse/JDO-286 > Project: JDO > Type: Bug > Components: tck20 > Reporter: Michelle Caisse > Assignee: Michelle Caisse > Priority: Minor > Attachments: constraint.patch > > Named constraints can assist in debugging. Derby constraint numbering is uninformative. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira