]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add new interfaces to enable virtual table to process IN operator constraints
authordrh <>
Tue, 1 Feb 2022 14:58:29 +0000 (14:58 +0000)
committerdrh <>
Tue, 1 Feb 2022 14:58:29 +0000 (14:58 +0000)
commit0fe7e7d9242dfccb1240c613a2e4608c0023259c
tree4bcee3a678538d69b7745f5285a23a747cfa9108
parente66532a63b934135ec9ebd72bdddcf79a3fb97a0
Add new interfaces to enable virtual table to process IN operator constraints
all at once, rather than one element at a time.

FossilOrigin-Name: eb84b80e1f6d8c32bf0c9e1731f0233de0160a13f714f766779ae01fdf504e7b
12 files changed:
manifest
manifest.uuid
src/loadext.c
src/sqlite.h.in
src/sqlite3ext.h
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeapi.c
src/where.c
src/whereInt.h
src/wherecode.c