diff --git a/database/db_binds.anubis b/database/db_binds.anubis index f33b2bd..1a462a3 100644 --- a/database/db_binds.anubis +++ b/database/db_binds.anubis @@ -59,7 +59,7 @@ public define SQLite3Bind String name, String value )= - if value = "" | value = "{NULL}" then + if value = "{NULL}" then bind_NULL(name) else bind_String(name, value). -- libgit2 0.21.4