mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1853: try to fix column definition changes on MS SQL wrt collation quoting and default value
This commit is contained in:
@ -725,7 +725,7 @@ begin
|
||||
ColSpec := Col.SQLCode(OverrideCollation);
|
||||
case Col.Status of
|
||||
esModified: begin
|
||||
Specs.Add(Format(AlterColBase, [Conn.QuoteIdent(Col.OldName), ColSpec]));
|
||||
Specs.Add(Format(AlterColBase, ['', ColSpec]));
|
||||
end;
|
||||
esAddedUntouched, esAddedModified: begin
|
||||
Specs.Add(Format(AddColBase, [ColSpec]));
|
||||
|
Reference in New Issue
Block a user