]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Relax the restriction that the RHS of the IN operator must be a list in order
authordrh <>
Wed, 2 Feb 2022 16:24:01 +0000 (16:24 +0000)
committerdrh <>
Wed, 2 Feb 2022 16:24:01 +0000 (16:24 +0000)
commit3d7a69e5ef1c94a74ef01de2a817e7544abcf2a8
treeab8fa49ca1fe6fc9847ba769a292167a94fe9c9d
parent38d1e443501f41f895c34a38dfa247d2ec6d4359
Relax the restriction that the RHS of the IN operator must be a list in order
for sqlite3_vtab_in() to work.  Change an unreachable branch into an assert().

FossilOrigin-Name: 3bf2153440dce0e8c0572c4fd39e6b9f34ead75ccab2cea80a646d4ff9d19146
manifest
manifest.uuid
src/vdbeapi.c
src/where.c