When upgrading a database, and the auto-increment for a column is set to 'true' 
the sequence is not created
-----------------------------------------------------------------------------------------------------------

         Key: DDLUTILS-105
         URL: http://issues.apache.org/jira/browse/DDLUTILS-105
     Project: DdlUtils
        Type: Bug

  Components: Core  
    Reporter: Machiel Groeneveld
 Assigned to: Thomas Dudziak 


When doing a clean create database I get a sequence for my autoincrement 
column. But when upgrading ddlutils doesn't 'see' that the change from 
autoincrement=false to autoincrement=true should lead to the creation of a 
sequence. This makes upgrading an existing database more difficult.

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

Reply via email to