]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the sqlite3_prepare() family of interfaces so that they zero the *ppStmt
authordrh <drh@noemail.net>
Thu, 2 Apr 2009 18:32:26 +0000 (18:32 +0000)
committerdrh <drh@noemail.net>
Thu, 2 Apr 2009 18:32:26 +0000 (18:32 +0000)
commit860e077a7aa6c5aa36de9ed6117016c92f9464f0
tree9866aff2593a8922d8555ad4478ccb752db2db68
parentfa542f1fc80c7c27012b427da9a098eb20f629d6
Fix the sqlite3_prepare() family of interfaces so that they zero the *ppStmt
value even on an SQLITE_MISUSE return.  Make it clear in the documentation
that the ppStmt parameter cannot be zero. (CVS 6441)

FossilOrigin-Name: 23bf9f266559603e37b2703715eaf8ef5af6bb17
manifest
manifest.uuid
src/prepare.c
src/sqlite.h.in
src/test9.c