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 f8dc796 commit b100479Copy full SHA for b100479
source/main.pas
@@ -5546,7 +5546,7 @@ procedure TMainForm.LogSQL(Msg: String; Category: TDBLogCategory=lcInfo; Connect
5546
SynMemoSQLLog.CaretY := SynMemoSQLLog.Lines.Count;
5547
// Causes access violations on a reconnected session firing a user-query:
5548
// SynMemoSQLLog.Repaint;
5549
- // SynMemoSQLLog.Update;
+ SynMemoSQLLog.Update; // Experimental: immediately shows new lines on heavy operations, enhancing user experience. Disable when crashes happen again!
5550
// See TDBConnection.Log and TQueryThread.LogFromThread
5551
// See https://github.com/HeidiSQL/HeidiSQL/issues/57
5552
0 commit comments