mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Fix repeated column comment in table editor. See http://www.heidisql.com/forum.php?t=12540
This commit is contained in:
@ -750,6 +750,7 @@ var
|
||||
begin
|
||||
// Return comment from SQL and remove it from the original string
|
||||
// Single quotes are escaped by a second single quote
|
||||
Result := '';
|
||||
rx := TRegExpr.Create;
|
||||
rx.Expression := '^\s*COMMENT\s+''';
|
||||
rx.ModifierI := True;
|
||||
|
Reference in New Issue
Block a user