Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
empire-db-2.4.2
-
None
Description
After dealing with a bug for a while I've realized that the 'MSSqlDDLGenerator' forgets to modify the 'alterColumnPhrase' properly in its constructor.
Simply adding:
alterColumnPhrase=" ALTER COLUMN ";
instead of the inherited " ALTER " would be enough.
Hope it helps!