aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatdroptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatdroptable.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatdroptable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatdroptable.cpp b/Plugins/SqlEnterpriseFormatter/formatdroptable.cpp
index 775adfe..986bee5 100644
--- a/Plugins/SqlEnterpriseFormatter/formatdroptable.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatdroptable.cpp
@@ -8,6 +8,7 @@ FormatDropTable::FormatDropTable(SqliteDropTable* dropTable) :
void FormatDropTable::formatInternal()
{
+ handleExplainQuery(dropTable);
withKeyword("DROP").withKeyword("TABLE");
if (dropTable->ifExistsKw)