We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d48099 commit d62807aCopy full SHA for d62807a
source/apphelpers.pas
@@ -3144,7 +3144,6 @@ procedure TQueryThread.Execute;
3144
end;
3145
FConnection.SetLockedByThread(nil);
3146
Synchronize(AfterQuery);
3147
- FConnection.ShowWarnings;
3148
// Check if FAborted is set by the main thread, to avoid proceeding the loop in case
3149
// FStopOnErrors is set to false
3150
if FAborted or ErrorAborted then
source/main.pas
@@ -3332,6 +3332,7 @@ procedure TMainForm.AfterQueryExecution(Thread: TQueryThread);
3332
Tab.tabsetQuery.OnChange(Tab.tabsetQuery);
3333
3334
3335
+ Thread.Connection.ShowWarnings;
3336
ShowStatusMsg;
3337
3338
0 commit comments