diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatexpr.cpp')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/formatexpr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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: |
