Return-Path: Delivered-To: apmail-db-ddlutils-dev-archive@www.apache.org Received: (qmail 84924 invoked from network); 20 Feb 2007 18:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 18:36:30 -0000 Received: (qmail 97731 invoked by uid 500); 20 Feb 2007 18:36:36 -0000 Delivered-To: apmail-db-ddlutils-dev-archive@db.apache.org Received: (qmail 97712 invoked by uid 500); 20 Feb 2007 18:36:36 -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 97677 invoked by uid 99); 20 Feb 2007 18:36:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 10:36:36 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 10:36:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 346A371421C for ; Tue, 20 Feb 2007 10:36:06 -0800 (PST) Message-ID: <26290588.1171996566212.JavaMail.jira@brutus> Date: Tue, 20 Feb 2007 10:36:06 -0800 (PST) From: "Tobias Kalbitz (JIRA)" To: ddlutils-dev@db.apache.org Subject: [jira] Updated: (DDLUTILS-157) Patch - Default values in Postgresql In-Reply-To: <2023833.1171995425930.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DDLUTILS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tobias Kalbitz updated DDLUTILS-157: ------------------------------------ Attachment: DdlUtils.patch > Patch - Default values in Postgresql > ------------------------------------ > > Key: DDLUTILS-157 > URL: https://issues.apache.org/jira/browse/DDLUTILS-157 > Project: DdlUtils > Issue Type: Improvement > Components: Core - PostgreSql > Environment: Postgres 8.2 > Reporter: Tobias Kalbitz > Assigned To: Thomas Dudziak > Priority: Trivial > Attachments: DdlUtils.patch, DdlUtils.patch > > > Postgres has default values for dates and timestamps when NOT NULL is specified (now(), 0001-01-01, ...) . When grunning the om ant task of torque generates "new Date(now())". This patch remove these values in PostgreSqlModelReader so that the source files can be compiled. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.