Skip to content
Snippets Groups Projects
  • Nikita Pettik's avatar
    4007436a
    sql: bind BLOB value as BLOB not as STRING · 4007436a
    Nikita Pettik authored
    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.
    4007436a
    History
    sql: bind BLOB value as BLOB not as STRING
    Nikita Pettik authored
    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.