Thank you kindly, Ruud Lathrop for a patch that solves:

Primary Key violation when just linked a lot of prims using MSSQL.
This commit is contained in:
Charles Krinke
2008-10-27 00:46:17 +00:00
parent 32d4e13daa
commit 8cb889cb0e
3 changed files with 185 additions and 155 deletions

View File

@@ -0,0 +1,5 @@
BEGIN TRANSACTION
ALTER TABLE prims ADD Material tinyint NOT NULL default 3
COMMIT