diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatdetach.cpp')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/formatdetach.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatdetach.cpp b/Plugins/SqlEnterpriseFormatter/formatdetach.cpp index e788da7..412ecb5 100644 --- a/Plugins/SqlEnterpriseFormatter/formatdetach.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatdetach.cpp @@ -9,6 +9,7 @@ FormatDetach::FormatDetach(SqliteDetach* detach) : void FormatDetach::formatInternal() { + handleExplainQuery(detach); withKeyword("DETACH"); if (detach->databaseKw) |
