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/formatexpr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Plugins/SqlEnterpriseFormatter/formatexpr.cpp') diff --git a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp index da51ae6..ec5d4d6 100644 --- a/Plugins/SqlEnterpriseFormatter/formatexpr.cpp +++ b/Plugins/SqlEnterpriseFormatter/formatexpr.cpp @@ -107,6 +107,7 @@ void FormatExpr::formatInternal() break; case SqliteExpr::Mode::NOTNULL: { + withStatement(expr->expr1); switch (expr->notNull) { case SqliteExpr::NotNull::ISNULL: -- cgit v1.2.3