mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Make sure current database in dbtree has a fresh tablelist before selecting a newly created table.
This commit is contained in:
@@ -213,6 +213,8 @@ begin
|
||||
Mainform.ChildWin.ExecUseQuery( DBComboBox.Text );
|
||||
Mainform.ChildWin.ExecUpdateQuery( createQuery );
|
||||
Mainform.ChildWin.RefreshDbTableList( DBComboBox.Text );
|
||||
Mainform.Childwin.ActiveDatabase := DBComboBox.Text;
|
||||
Mainform.Childwin.PopulateTreeTableList( nil, True );
|
||||
Mainform.ChildWin.SelectedTable := EditTablename.Text;
|
||||
Mainform.ChildWin.ShowTable(EditTablename.Text);
|
||||
Close;
|
||||
|
||||
Reference in New Issue
Block a user