Issue 14: SQL Server Alter Table Fail
Updated 2 years, 2 months ago
| Alex Boisvert | Reviewers | ||
| 14 | dchenbecker, dpp, marius, charles, heiko, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb | ||
| None | LiftWeb-archive | ||
SQL Server doesn't support "ALTER TABLE table_name ADD COLUMN column_name" instead it requires "ALTER TABLE table_name ADD column_name". http://msdn.microsoft.com/en-us/library/ms190273.aspx
I trust Microsoft's specifications. (And we have the same tweak for Oracle so the code is already in place)
