diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatanalyze.cpp')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/formatanalyze.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatanalyze.cpp b/Plugins/SqlEnterpriseFormatter/formatanalyze.cpp index 1b7a939..887fc52 100644 --- a/Plugins/SqlEnterpriseFormatter/formatanalyze.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatanalyze.cpp @@ -8,6 +8,7 @@ FormatAnalyze::FormatAnalyze(SqliteAnalyze* analyze) : void FormatAnalyze::formatInternal() { + handleExplainQuery(analyze); withKeyword("ANALYZE"); if (!analyze->database.isNull()) |
