mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Fix endless loop in retrieval of column comments on MSSQL. See http://www.heidisql.com/forum.php?t=19576#p19790
This commit is contained in:
@@ -2734,6 +2734,7 @@ begin
|
||||
Result := Result + ' COMMENT ' + EscapeString(Comments.Col('comment'));
|
||||
Break;
|
||||
end;
|
||||
Comments.Next;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user