diff --git a/database/db_utils.anubis b/database/db_utils.anubis index ebd3edb..5a4ffd3 100644 --- a/database/db_utils.anubis +++ b/database/db_utils.anubis @@ -294,7 +294,14 @@ public define SQLite3Bind )= bind_Int(name, to_DBInt(value)). - +public define SQLite3Bind + bind_BLOB + ( + String name, + $V value + )= + bind_ByteArray(name, serialize(value)). + // -- Migration HELPERS --------------- public define DbBind -- libgit2 0.21.4