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 "Achille Carette (JIRA)" <ji...@apache.org> on 2006/03/16 14:24:58 UTC

[jira] Created: (DDLUTILS-81) Capture and creation of sequences

Capture and creation of sequences
---------------------------------

         Key: DDLUTILS-81
         URL: http://issues.apache.org/jira/browse/DDLUTILS-81
     Project: DdlUtils
        Type: Sub-task
 Environment: Oracle, DB2
    Reporter: Achille Carette
 Assigned to: Thomas Dudziak 


Support generation and capture of sequences (as defined in Oracle or DB2).

-- 
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-81) Capture and creation of sequences

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

Thomas Dudziak updated DDLUTILS-81:
-----------------------------------

    Fix Version: 1.1

> Capture and creation of sequences
> ---------------------------------
>
>          Key: DDLUTILS-81
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-81
>      Project: DdlUtils
>         Type: Sub-task

>  Environment: Oracle, DB2
>     Reporter: Achille Carette
>     Assignee: Thomas Dudziak
>      Fix For: 1.1

>
> Support generation and capture of sequences (as defined in Oracle or DB2).

-- 
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-81) Capture and creation of sequences

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

Thomas Dudziak updated DDLUTILS-81:
-----------------------------------

    Component: Core (No specific database)

> Capture and creation of sequences
> ---------------------------------
>
>          Key: DDLUTILS-81
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-81
>      Project: DdlUtils
>         Type: Sub-task

>   Components: Core (No specific database)
>  Environment: Oracle, DB2
>     Reporter: Achille Carette
>     Assignee: Thomas Dudziak
>      Fix For: 1.1

>
> Support generation and capture of sequences (as defined in Oracle or DB2).

-- 
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-81) Capture and creation of sequences

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

Thomas Dudziak updated DDLUTILS-81:
-----------------------------------

    Fix Version/s:     (was: 1.1)
                   1.2

> Capture and creation of sequences
> ---------------------------------
>
>                 Key: DDLUTILS-81
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-81
>             Project: DdlUtils
>          Issue Type: Sub-task
>          Components: Core (No specific database)
>         Environment: Oracle, DB2
>            Reporter: Achille Carette
>            Assignee: Thomas Dudziak
>             Fix For: 1.2
>
>
> Support generation and capture of sequences (as defined in Oracle or DB2).

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


[jira] Commented: (DDLUTILS-81) Capture and creation of sequences

Posted by "Achille Carette (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DDLUTILS-81?page=comments#action_12370688 ] 

Achille Carette commented on DDLUTILS-81:
-----------------------------------------

The current database.dtd does not know of sequences. 
Is it modifiable ? Is this diveregence from Torque possible to include something like

<!ELEMENT sequence EMPTY>
<!ATTLIST sequence
  name CDATA #REQUIRED
  startValue CDATA #IMPLIED
  increment CDATA #IMPLIED
  minValue CDATA #IMPLIED
  maxValue CDATA #IMPLIED
  order  (true|false) #IMPLIED
  cycle (true|false) #IMPLIED
  cache (true|false) #IMPLIED
>

> Capture and creation of sequences
> ---------------------------------
>
>          Key: DDLUTILS-81
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-81
>      Project: DdlUtils
>         Type: Sub-task
>  Environment: Oracle, DB2
>     Reporter: Achille Carette
>     Assignee: Thomas Dudziak

>
> Support generation and capture of sequences (as defined in Oracle or DB2).

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