Global Oracle/Axion style sequence generator
--------------------------------------------

         Key: DERBY-103
         URL: http://nagoya.apache.org/jira/browse/DERBY-103
     Project: Derby
        Type: Wish
    Reporter: Bernd Ruehlicke


The identity column generator is just not enought. It would just be wonderful 
if Derby had commands like

CREATE SEQUENCE mySeq;

values mySeq.nextval;
values mySeq.currval;

CREATE TABLE my_table (
    id integer default mySeq.nextval,
    value varchar(40)
)

DROP SEQUENCE mySeq;




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to