Review Board 1.5.4

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)
Ship it!
Posted 2 years, 2 months ago (November 12th, 2009, 3:01 p.m.)
Looks good.

I'm setting an Oracle and MS SqlServer test harness... so we'll actually be able to run tests on this sort of stuff one day!