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:
Ansgar Becker
2015-11-07 12:44:21 +00:00
parent 450d5f9c8b
commit a487d94bad

View File

@@ -2734,6 +2734,7 @@ begin
Result := Result + ' COMMENT ' + EscapeString(Comments.Col('comment'));
Break;
end;
Comments.Next;
end;
end;