From a308f430f694423064ebc86fd0506c8c6fdb3d93 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 19 Apr 2015 22:30:21 -0400 Subject: Imported Upstream version 3.0.5 --- Plugins/SqlEnterpriseFormatter/formatstatement.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Plugins/SqlEnterpriseFormatter/formatstatement.cpp') diff --git a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp index dfdbb14..e5eaed4 100644 --- a/Plugins/SqlEnterpriseFormatter/formatstatement.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatstatement.cpp @@ -459,7 +459,7 @@ void FormatStatement::handleExplainQuery(SqliteQuery* query) { withKeyword("EXPLAIN"); if (query->queryPlan) - withKeyword("QUERY").withKeyword("PLAN"); + withKeyword("QUERY").withKeyword("PLAN").withNewLine(); } } -- cgit v1.2.3