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/formatorderby.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Plugins/SqlEnterpriseFormatter/formatorderby.cpp') diff --git a/Plugins/SqlEnterpriseFormatter/formatorderby.cpp b/Plugins/SqlEnterpriseFormatter/formatorderby.cpp index d7b2def..b70e0ab 100644 --- a/Plugins/SqlEnterpriseFormatter/formatorderby.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatorderby.cpp @@ -12,4 +12,7 @@ void FormatOrderBy::formatInternal() withStatement(orderBy->expr); if (orderBy->order != SqliteSortOrder::null) withKeyword(sqliteSortOrder(orderBy->order)); + + if (orderBy->nulls != SqliteNulls::null) + withKeyword("NULLS").withKeyword(sqliteNulls(orderBy->nulls)); } -- cgit v1.2.3