[sqlite] 64-bit length BLOB

2015-11-09 Thread gwenn
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/limit

[sqlite] 64-bit length BLOB

2015-11-09 Thread Simon Slavin
On 9 Nov 2015, at 7:52pm, gwenn wrote: > 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 lim