From ddlutils-dev-return-86-apmail-db-ddlutils-dev-archive=db.apache.org@db.apache.org Thu Sep 08 13:16:39 2005 Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 64736 invoked from network); 8 Sep 2005 13:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2005 13:16:38 -0000 Received: (qmail 19663 invoked by uid 500); 8 Sep 2005 13:16:38 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 19632 invoked by uid 500); 8 Sep 2005 13:16:37 -0000 Mailing-List: contact ddlutils-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ddlutils-dev@db.apache.org Delivered-To: mailing list ddlutils-dev@db.apache.org Received: (qmail 19619 invoked by uid 99); 8 Sep 2005 13:16:37 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=UPPERCASE_25_50 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, 08 Sep 2005 06:16:37 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 591BF131 for ; Thu, 8 Sep 2005 15:16:36 +0200 (CEST) Message-ID: <1038412458.1126185396341.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Sep 2005 15:16:36 +0200 (CEST) From: "dan meany (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Created: (DDLUTILS-11) derby create table syntax 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 derby create table syntax ------------------------- Key: DDLUTILS-11 URL: http://issues.apache.org/jira/browse/DDLUTILS-11 Project: DdlUtils Type: Bug Environment: apache derby 10.1.1.0 Reporter: dan meany Assigned to: Thomas Dudziak Create table syntax for AUTOINCREMENT column and DEFAULT value should be: CREATE TABLE TEST ( SEQ_NO INTEGER NOT NULL GENERATED BY DEFAULT AS IDENTITY (START WITH 1, INCREMENT BY 1), STATUS CHAR(1) NOT NULL DEFAULT 'Y', PRIMARY KEY (SEQ_NO) ); -- 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