[
https://issues.apache.org/jira/browse/DDLUTILS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Kalbitz updated DDLUTILS-157:
------------------------------------
Description: 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. (was: 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.)
> 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.