aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp
index c702846..7525667 100644
--- a/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatcreatevirtualtable.cpp
@@ -9,6 +9,7 @@ FormatCreateVirtualTable::FormatCreateVirtualTable(SqliteCreateVirtualTable* cvt
void FormatCreateVirtualTable::formatInternal()
{
+ handleExplainQuery(cvt);
withKeyword("CREATE").withKeyword("VIRTUAL").withKeyword("TABLE");
if (cvt->ifNotExistsKw)
withKeyword("IF").withKeyword("NOT").withKeyword("EXISTS");