This is an automated email from the ASF dual-hosted git repository.

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new 35ab533e EMPIREDB-394 another small fix
35ab533e is described below

commit 35ab533eea9d07a05256f1bb2e002c5db2f8a16c
Author: Rainer Döbele <[email protected]>
AuthorDate: Mon Aug 22 09:34:35 2022 +0200

    EMPIREDB-394 another small fix
---
 empire-db/src/main/java/org/apache/empire/db/DBSQLBuilder.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/empire-db/src/main/java/org/apache/empire/db/DBSQLBuilder.java 
b/empire-db/src/main/java/org/apache/empire/db/DBSQLBuilder.java
index d9a088a0..f84ed408 100644
--- a/empire-db/src/main/java/org/apache/empire/db/DBSQLBuilder.java
+++ b/empire-db/src/main/java/org/apache/empire/db/DBSQLBuilder.java
@@ -287,7 +287,7 @@ public abstract class DBSQLBuilder implements Appendable
         }
         if (ObjectUtils.isEmpty(value))
         {   // null
-            sql.append(DBSqlPhrase.SQL_NULL);
+            append(DBSqlPhrase.SQL_NULL);
             return;
         }
         // set string buffer

Reply via email to