Yes there is. Every SQL statement is performing a COMMIT since you have not explicitly delimited your transactions.
> -----Original Message----- > From: sqlite-users [mailto:[email protected]] > On Behalf Of Yuri > Sent: Sunday, 5 March, 2017 08:06 > To: SQLite mailing list > Subject: Re: [sqlite] Can sqlite3_blob_write be done through SQL? > > On 03/05/2017 03:48, Keith Medcalf wrote: > > Perhaps because you are committing the transaction? > > There is no COMMIT statement there. > > > Yuri > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

