]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure the sqlite3_index_info.colUsed mask always includes the PK fields of WITHOUT... vtab-pk-colUsed-fix
authordan <Dan Kennedy>
Sat, 3 Aug 2024 18:45:48 +0000 (18:45 +0000)
committerdan <Dan Kennedy>
Sat, 3 Aug 2024 18:45:48 +0000 (18:45 +0000)
commit0a83dac31c9d4c2d65d4127f9cef07405757cf4d
tree97c0a35053ba972c80ddec5568af3572aeecf91e
parent4a36d304930cf3df27e43f8821fe149cce08cf88
Ensure the sqlite3_index_info.colUsed mask always includes the PK fields of WITHOUT ROWID vtabs in cases where they may be used.

FossilOrigin-Name: c327c0c02cfefdba373cfb15933a9cdfddb578b6582f2ce7c08929203743ffe9
manifest
manifest.uuid
src/where.c
test/bestindexD.test [new file with mode: 0644]