aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formataltertable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formataltertable.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formataltertable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formataltertable.cpp b/Plugins/SqlEnterpriseFormatter/formataltertable.cpp
index d562e1b..0f9a8ac 100644
--- a/Plugins/SqlEnterpriseFormatter/formataltertable.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formataltertable.cpp
@@ -8,6 +8,7 @@ FormatAlterTable::FormatAlterTable(SqliteAlterTable* alterTable) :
void FormatAlterTable::formatInternal()
{
+ handleExplainQuery(alterTable);
withKeyword("ALTER").withKeyword("TABLE");
if (!alterTable->database.isNull())