Hello,

Could you please confirm that BLOBs created by
sqlite3_bind_blob64()/sqlite3_bind_zeroblob64() can still be read with
sqlite3_blob_read()/sqlite3_blob_bytes() or sqlite3_column_blob
/sqlite3_column_bytes() because their size can never exceed the limit
specified here:
http://sqlite.org/limits.html#max_length
"The current implementation will only support a string or BLOB length
up to 231-1 or 2147483647."

Thanks.

Reply via email to