]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_blob_reset() interface. Enhance the behavior of sqlite3_blob
authordrh <drh@noemail.net>
Thu, 2 Feb 2017 23:57:40 +0000 (23:57 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Feb 2017 23:57:40 +0000 (23:57 +0000)
commitc5fd65d3f783be7646aad2d7dcb16b2cdbea1c8c
treef488e4ab9ad36965cdf1be9ec183b5d48c5456e0
parent1101ae41130a7aedde163803889fdc7f67efd883
Add the sqlite3_blob_reset() interface.  Enhance the behavior of sqlite3_blob
objects so that they can go active again after encountering an error by
rerunning sqlite3_blob_reopen().  More work needed on the documentation.

FossilOrigin-Name: 53b77838f05b4805b956b5763c75af434662fb20
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeblob.c
test/e_blobwrite.test
test/incrblob3.test