On 15 Sep 2014, at 1:23pm, Dominique Devienne <ddevie...@gmail.com> wrote:
> On Mon, Sep 15, 2014 at 1:59 PM, Simon Slavin <slav...@bigfraud.org> wrote: > >> It just rewrites >> bytes wherever the existing row is on disk, > > Then how is this transaction safe? I might not be reading the doc right, > but I don't see it saying that the incremental bob APIs are not transaction > safe. Sorry, but I don't know the details. That API requires that you 'open' the BLOB, do some writes to it and then 'close' it. So perhaps it does a BEGIN before your 'open' and an END after your 'close'. Or perhaps it just wraps the 'close' in the transaction and never makes changes until the 'close'. Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users