From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- Plugins/SqlEnterpriseFormatter/formatupdate.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Plugins/SqlEnterpriseFormatter/formatupdate.cpp') diff --git a/Plugins/SqlEnterpriseFormatter/formatupdate.cpp b/Plugins/SqlEnterpriseFormatter/formatupdate.cpp index 641c895..0adeb17 100644 --- a/Plugins/SqlEnterpriseFormatter/formatupdate.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatupdate.cpp @@ -49,6 +49,9 @@ void FormatUpdate::formatInternal() withDecrIndent(); + if (upd->from) + withNewLine().withLinedUpKeyword("FROM").withStatement(upd->from, "updateColumns"); + if (upd->where) withNewLine().withLinedUpKeyword("WHERE").withStatement(upd->where); -- cgit v1.2.3