You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Tobias Kalbitz (JIRA)" <ji...@apache.org> on 2007/02/20 19:17:05 UTC

[jira] Created: (DDLUTILS-157) Patch - Default values in Postgresql

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.


[jira] Updated: (DDLUTILS-157) Patch - Default values in Postgresql

Posted by "Tobias Kalbitz (JIRA)" <ji...@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
>
>
> 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.


[jira] Updated: (DDLUTILS-157) Patch - Default values in Postgresql

Posted by "Tobias Kalbitz (JIRA)" <ji...@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.


[jira] Commented: (DDLUTILS-157) Patch - Default values in Postgresql

Posted by "Tobias Kalbitz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DDLUTILS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474520 ] 

Tobias Kalbitz commented on DDLUTILS-157:
-----------------------------------------

Sorry hit the enter key to fast ;-) Here ist the oatch.

> 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.


[jira] Updated: (DDLUTILS-157) Patch - Default values in Postgresql

Posted by "Tobias Kalbitz (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Updated: (DDLUTILS-157) Patch - Default values in Postgresql

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DDLUTILS-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Dudziak updated DDLUTILS-157:
------------------------------------

    Fix Version/s: 1.2

> 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
>            Assignee: Thomas Dudziak
>            Priority: Trivial
>             Fix For: 1.2
>
>         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.