> Le 13 févr. 2017 à 23:23, Olivier Mascia <o...@integral.be> a écrit :
> 
> What is the purpose of sqlite3_bind_blob64() and sqlite3_bind_zeroblob64()?
> 
> The documentation says: "The current implementation will only support a 
> string or BLOB length up to (2^31)-1 or 2147483647".
> The default upper limit is even set lower (for good reasons) at 1 thousand 
> millions.
> And, quite rightly I think, there is no sqlite3_blob_size64().

Maybe I should clarify it’s mainly bind_blob64() which puzzles me.
bind_zeroblob64() is different because it uses a rowid parameter that could be 
indeed of that magnitude.



-- 
Best Regards, Meilleures salutations, Met vriendelijke groeten,
Olivier Mascia, http://integral.software


_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to