aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp b/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
index 5a70d61..55144dc 100644
--- a/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatbegintrans.cpp
@@ -8,6 +8,7 @@ FormatBeginTrans::FormatBeginTrans(SqliteBeginTrans* bt) :
void FormatBeginTrans::formatInternal()
{
+ handleExplainQuery(bt);
withKeyword("BEGIN");
if (bt->type != SqliteBeginTrans::Type::null)