]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The sqlite3_step() routine reports SQLITE_ERROR after a commit failure,
authordrh <drh@noemail.net>
Wed, 18 Apr 2007 16:45:24 +0000 (16:45 +0000)
committerdrh <drh@noemail.net>
Wed, 18 Apr 2007 16:45:24 +0000 (16:45 +0000)
commit83968c44a5465e18d4e163dbf7f8b96fe580538a
treef170c3831ae7a6037ac603dc8b4e358a09a225bc
parentbc3d2b6ac908ab9cbc6ed01058e2f9a020ecc484
The sqlite3_step() routine reports SQLITE_ERROR after a commit failure,
not SQLITE_DONE.  This fix only effects the legacy sqlite3_prepare()
interface.  It already worked correctly with sqlite3_prepare_v2(). (CVS 3854)

FossilOrigin-Name: 165dc72d7024258e225c8a7d60118071282f0f44
manifest
manifest.uuid
src/vdbe.c