sql: bind BLOB value as BLOB not as STRING
It is obvious that BLOB (that is value encoded in msgpack with MP_BIN format) values must be bound as BLOBs, not as strings. Unfortunately, they were bound as strings, which lead to wrong resulting type calculations after execution of SQL statement.
Loading
Please register or sign in to comment