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
Postgres has default values for dates and timestamps when NOT NULL is specified
(now(), 0001-01-01, ...) . When generating source files the om ant task of
torque to "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.