aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp b/Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp
index 7fdafa3..5e69f09 100644
--- a/Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatcommittrans.cpp
@@ -8,6 +8,7 @@ FormatCommitTrans::FormatCommitTrans(SqliteCommitTrans* ct) :
void FormatCommitTrans::formatInternal()
{
+ handleExplainQuery(ct);
if (ct->endKw)
withKeyword("END");
else