mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Bugfix: Fix AV when executing a query that doesn't return results.
This commit is contained in:
@@ -2828,7 +2828,7 @@ begin
|
||||
ValidateControls;
|
||||
viewingdata := false;
|
||||
ActualDatabase := prevDb;
|
||||
TZQuery(ds).EnableControls;
|
||||
if ds <> nil then TZQuery(ds).EnableControls;
|
||||
Screen.Cursor := crdefault;
|
||||
MainForm.ShowStatus( STATUS_MSG_READY, 2 );
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user