mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 10:02:10 +08:00
ParseTableStructure does an implicit reconnect via GetCollationTable, lately, after a first column is already created. Do a manual ping at the very start so columns are correctly shown, e.g. in data tab. Fixes issue #2484.
This commit is contained in:
@ -2703,6 +2703,7 @@ var
|
||||
ForeignKey: TForeignKey;
|
||||
Collations: TDBQuery;
|
||||
begin
|
||||
Ping(True);
|
||||
if Assigned(Columns) then Columns.Clear;
|
||||
if Assigned(Keys) then Keys.Clear;
|
||||
if Assigned(ForeignKeys) then ForeignKeys.Clear;
|
||||
|
Reference in New Issue
Block a user