]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add an assert() to prove the sqlite3_prepare() always either returns
authordrh <>
Fri, 17 Nov 2023 17:25:30 +0000 (17:25 +0000)
committerdrh <>
Fri, 17 Nov 2023 17:25:30 +0000 (17:25 +0000)
commit003d419b33c6ee608901a9e2d04c2e402e7cec28
tree6dbec11286f3f964d7e917828a76e977ebe9453d
parentf2bb6ab3fb5a67f2408e1bce102cd75ec51a44cd
Add an assert() to prove the sqlite3_prepare() always either returns
SQLITE_OK or else leaves *ppStmt set to NULL.  See
[forum:/forumpost/70bb8576c6c084c2|forum post 70bb8576c6c084c2].

FossilOrigin-Name: feadd4024228e578811447c4b2d2b60780ff3d3681f80ca903585aa7b289d758
manifest
manifest.uuid
src/prepare.c