[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-13 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=all ] Thomas Dudziak updated DDLUTILS-115: Component: Core - SqlServer SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-13 Thread Thomas Dudziak (JIRA)
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=all ] Thomas Dudziak updated DDLUTILS-115: Component: (was: Core (No specific database)) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require

[jira] Updated: (DDLUTILS-115) SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON.

2006-07-11 Thread JIRA
[ http://issues.apache.org/jira/browse/DDLUTILS-115?page=all ] Christoffer Hammarström updated DDLUTILS-115: - Attachment: DDLUTILS-115.patch This patch fixes the bug by causing ddlutils to issue SET IDENTITY_INSERT statements.