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 "Przemyslaw Sztoch (JIRA)" <ji...@apache.org> on 2006/03/16 23:10:58 UTC

[jira] Created: (DDLUTILS-83) Name of Primary Key

Name of Primary Key
-------------------

         Key: DDLUTILS-83
         URL: http://issues.apache.org/jira/browse/DDLUTILS-83
     Project: DdlUtils
        Type: New Feature
  Components: Core  
    Reporter: Przemyslaw Sztoch
 Assigned to: Thomas Dudziak 


Table should have attribute for pkName="....". If it is set, then PRIMARY KEY should be generated with name: CONSTRAINT pk_table PRIMARY KEY (....).

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


[jira] Updated: (DDLUTILS-83) Name of Primary Key

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-83?page=all ]

Thomas Dudziak updated DDLUTILS-83:
-----------------------------------

    Fix Version: 1.1

> Name of Primary Key
> -------------------
>
>          Key: DDLUTILS-83
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-83
>      Project: DdlUtils
>         Type: New Feature

>   Components: Core
>     Reporter: Przemyslaw Sztoch
>     Assignee: Thomas Dudziak
>      Fix For: 1.1
>  Attachments: ddlutils-pkName.patch
>
> Table should have attribute for pkName="....". If it is set, then PRIMARY KEY should be generated with name: CONSTRAINT pk_table PRIMARY KEY (....).

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


[jira] Updated: (DDLUTILS-83) Name of Primary Key

Posted by "Przemyslaw Sztoch (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-83?page=all ]

Przemyslaw Sztoch updated DDLUTILS-83:
--------------------------------------

    Attachment: ddlutils-pkName.patch

svn diff

> Name of Primary Key
> -------------------
>
>          Key: DDLUTILS-83
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-83
>      Project: DdlUtils
>         Type: New Feature
>   Components: Core
>     Reporter: Przemyslaw Sztoch
>     Assignee: Thomas Dudziak
>  Attachments: ddlutils-pkName.patch
>
> Table should have attribute for pkName="....". If it is set, then PRIMARY KEY should be generated with name: CONSTRAINT pk_table PRIMARY KEY (....).

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


[jira] Updated: (DDLUTILS-83) Name of Primary Key

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

Thomas Dudziak updated DDLUTILS-83:
-----------------------------------

    Fix Version/s:     (was: 1.1)
                   1.2

> Name of Primary Key
> -------------------
>
>                 Key: DDLUTILS-83
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-83
>             Project: DdlUtils
>          Issue Type: New Feature
>          Components: Core (No specific database)
>            Reporter: Przemyslaw Sztoch
>            Assignee: Thomas Dudziak
>             Fix For: 1.2
>
>         Attachments: ddlutils-pkName.patch
>
>
> Table should have attribute for pkName="....". If it is set, then PRIMARY KEY should be generated with name: CONSTRAINT pk_table PRIMARY KEY (....).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.