]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_bind_blob() interface (and its kin) so that the destructor
authordrh <drh@noemail.net>
Tue, 12 Oct 2010 02:13:32 +0000 (02:13 +0000)
committerdrh <drh@noemail.net>
Tue, 12 Oct 2010 02:13:32 +0000 (02:13 +0000)
commit6fec9ee34ca0fa5ab36b17c1ae0dda2081e56be1
tree86189a3a49df5646826451887fbb6f051601e01a
parent88404c2a7d073938f441f9a3e492e99a0fba2691
Fix the sqlite3_bind_blob() interface (and its kin) so that the destructor
is invoked if the binding fails.  Ticket [860399cc408f2dd5f41aed44b]
Update the documentation to explain which interfaces invoke their
destructors on failure and which do not.

FossilOrigin-Name: d3c95e3a4e08d08028e9bc7f282074e32b9cf950
manifest
manifest.uuid
src/sqlite.h.in
src/vdbeapi.c