mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #852: Implement Assign method on TTableColumnList and friends, TDBObject.LoadDetails and .UnloadDetails, and cross fingers that assigning details to Mainform.FActiveDbObj reduces the number of internal queries
This commit is contained in:
@ -236,7 +236,7 @@ begin
|
||||
try
|
||||
MainForm.ActiveConnection.Query(sql);
|
||||
DBObject.Name := editName.Text;
|
||||
DBObject.CreateCode := '';
|
||||
DBObject.UnloadDetails;
|
||||
tabALTERcode.TabVisible := DBObject.Name <> '';
|
||||
Mainform.UpdateEditorTab;
|
||||
Mainform.RefreshTree(DBObject);
|
||||
|
Reference in New Issue
Block a user