mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Issue #1375: Leave EXPLAIN menu items enabled for SQLite as well.
This commit is contained in:
@@ -6364,7 +6364,7 @@ begin
|
||||
actExecuteQuery.Enabled := HasConnection and InQueryTab and NotEmpty and (not Tab.QueryRunning);
|
||||
actExecuteSelection.Enabled := HasConnection and InQueryTab and HasSelection and (not Tab.QueryRunning);
|
||||
actExecuteCurrentQuery.Enabled := actExecuteQuery.Enabled;
|
||||
actExplainCurrentQuery.Enabled := actExecuteQuery.Enabled and (Conn.Parameters.NetTypeGroup in [ngMySQL, ngPgSQL]);
|
||||
actExplainCurrentQuery.Enabled := actExecuteQuery.Enabled and (Conn.Parameters.NetTypeGroup in [ngMySQL, ngPgSQL, ngSQLite]);
|
||||
actExplainAnalyzeCurrentQuery.Enabled := actExplainCurrentQuery.Enabled and Conn.Parameters.IsAnyMySQL;
|
||||
actSaveSQLAs.Enabled := InQueryTab and NotEmpty;
|
||||
actSaveSQL.Enabled := actSaveSQLAs.Enabled and Tab.Memo.Modified;
|
||||
|
||||
Reference in New Issue
Block a user