Database-side filtering of ad hoc queries in SQL Console.

This commit is contained in:
Wisser
2021-09-30 12:44:18 +02:00
parent 575a597f98
commit c0240781d8
@@ -2511,7 +2511,7 @@ public abstract class SQLConsole extends javax.swing.JPanel {
@Override
public void windowLostFocus(WindowEvent e) {
if (!(e.getOppositeWindow() instanceof StringSearchDialog)) {
if (column < 0 || System.currentTimeMillis() - startTime >= 100) {
if (column < 0 || System.currentTimeMillis() - startTime >= 200) {
close.run();
}
}