]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Experimental support for new sqlite3_bind_blob() and sqlite3_bind_text() custom-destructors
authordrh <drh@noemail.net>
Fri, 14 Dec 2018 21:58:06 +0000 (21:58 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Dec 2018 21:58:06 +0000 (21:58 +0000)
commitbdfea5c0253f69aafb2e84241418448c078273f6
treeae0969fa42ca7315a265f746b67f8c2d03a68f83
parent3c2db5def64f97e8b5e79578fd73ce4a0d277338
Experimental support for new sqlite3_bind_blob() and sqlite3_bind_text()
interfaces that take an extra void* argument that is passed into the
destructor in front of the object that is to be destroyed.

FossilOrigin-Name: 33a1924ebb754d8e4374dbedb310170867bdb8121e1bb1ff5215e0526c32c62d
manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/vdbemem.c