SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which 
require IDENTITY_INSERT ON.
-------------------------------------------------------------------------------------------------------

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

  Components: Core  
 Environment: MSSQL
    Reporter: Christoffer Hammarström
 Assigned to: Thomas Dudziak 


When trying to make a column in a table longer, Ddlutils uses a table copy. 
This only works on tables without identity columns.


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