mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-20 11:29:05 -05:00
Database-side filtering of ad hoc queries in SQL Console.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user