]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so
authordrh <>
Wed, 25 Jan 2023 16:56:24 +0000 (16:56 +0000)
committerdrh <>
Wed, 25 Jan 2023 16:56:24 +0000 (16:56 +0000)
commitb604f1456e4116b6a60d0d24a0ed1e678617dcf3
treea57d0215a3c6ba7fec7b10d4d90118af14307715
parenta0fe1e7d137334aaf7e6518165894bc5fe15dbe8
Enhance the sqlite3_vtab_in_first() and sqlite3_vtab_in_next() interfaces so
that they reliably return SQLITE_ERROR (and not SQLITE_MISUSE) if they are
invoked on a parameter that did not have multi-value IN processing enabled
via a prior call to sqlite3_vtab_in().  See
[forum:/forumpost/a823d4a3d5f73def|forum thread a823d4a3d5f73def].

FossilOrigin-Name: 144326dc171025dc8b5a77bebd8de3c19d5244ab807f5aa41f95313a25b880bc
manifest
manifest.uuid
src/sqlite.h.in
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c