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

2006-07-11 Thread JIRA
SqlBuilder.writeCopyDataStatement(Table, Table) fails on MSSQL tables which require IDENTITY_INSERT ON. --- Key: DDLUTILS-115 URL:

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

[jira] Commented: (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=comments#action_12420361 ] Christoffer Hammarström commented on DDLUTILS-115: -- Sorry, that patch was against an older version of ddlutils. Making a new one now.

[jira] Commented: (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=comments#action_12420363 ] Christoffer Hammarström commented on DDLUTILS-115: -- ... and, it's even fixed in the latest version. Sorry for the spam. Please close this.

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

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

svn commit: r421134 - in /db/ddlutils/trunk/src: java/org/apache/ddlutils/platform/ java/org/apache/ddlutils/platform/interbase/ test/org/apache/ddlutils/platform/

2006-07-11 Thread tomdz
Author: tomdz Date: Tue Jul 11 22:35:32 2006 New Revision: 421134 URL: http://svn.apache.org/viewvc?rev=421134view=rev Log: Enhancements to the Interbase platform Modified: db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/SqlBuilder.java