aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatcreateview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatcreateview.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatcreateview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatcreateview.cpp b/Plugins/SqlEnterpriseFormatter/formatcreateview.cpp
index 4fe1c27..e8d0351 100644
--- a/Plugins/SqlEnterpriseFormatter/formatcreateview.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatcreateview.cpp
@@ -9,6 +9,7 @@ FormatCreateView::FormatCreateView(SqliteCreateView* createView) :
void FormatCreateView::formatInternal()
{
+ handleExplainQuery(createView);
withKeyword("CREATE");
if (createView->tempKw)
withKeyword("TEMP");