]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Improve the ability of the query planner to recognize covering indexes even
authordrh <>
Mon, 24 Oct 2022 13:50:04 +0000 (13:50 +0000)
committerdrh <>
Mon, 24 Oct 2022 13:50:04 +0000 (13:50 +0000)
commit239befa5fc840287cb00d791f24c8a024375d033
tree33f1a7a0957e104ec68461bc757a918cd7d9b7ef
parentf44f3290df58badf4788fc10ba36af96c4610090
Improve the ability of the query planner to recognize covering indexes even
on tables with more than 63 columns and where the index is over columns
beyond the 63rd column.

FossilOrigin-Name: 3d1992de4733d4e155f2d6d5268323410d1104ab56db50f08a2bb26bf87d926b
manifest
manifest.uuid
src/delete.c
src/fkey.c
src/select.c
src/sqliteInt.h
src/update.c
src/where.c
src/whereInt.h
src/wherecode.c
test/widetab1.test [new file with mode: 0644]