fix: sporadic "no database selected" when updating grid header with row details

This commit is contained in:
Ansgar Becker
2026-03-06 13:03:48 +01:00
parent e3fc3f5ff6
commit c9eb765256

View File

@@ -3337,7 +3337,7 @@ begin
);
qGetRowCountApprox: Result := IfThen(
FNetType <> ntMySQL_ProxySQLAdmin,
'SHOW TABLE STATUS LIKE :EscapedName',
'SHOW TABLE STATUS FROM :QuotedDatabase LIKE :EscapedName',
''
);
qGetReverseForeignKeys: Result := 'SELECT DISTINCT'+