On Sat, Mar 4, 2017 at 8:21 AM, Yuri <y...@rawbw.com> wrote: > The write operation using the open sqlite3_blob object fails after some > other field in the same row is updated. >
This is clearly documented in https://www.sqlite.org/c3ref/blob_open.html though, so I'm afraid this is "by design". --DD If the row that a BLOB handle points to is modified by an UPDATE, DELETE, > or by ON CONFLICT side-effects then the BLOB handle is marked as "expired". > This is true if any column of the row is changed, even a column other than > the one the BLOB handle is open on. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users