aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlEnterpriseFormatter/formatinsert.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatinsert.cpp')
-rw-r--r--Plugins/SqlEnterpriseFormatter/formatinsert.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/SqlEnterpriseFormatter/formatinsert.cpp b/Plugins/SqlEnterpriseFormatter/formatinsert.cpp
index 1ff0535..6c1e763 100644
--- a/Plugins/SqlEnterpriseFormatter/formatinsert.cpp
+++ b/Plugins/SqlEnterpriseFormatter/formatinsert.cpp
@@ -10,6 +10,7 @@ FormatInsert::FormatInsert(SqliteInsert* insert) :
void FormatInsert::formatInternal()
{
+ handleExplainQuery(insert);
if (insert->replaceKw)
{
withStatement(insert->with);