]> git.ipfire.org Git - thirdparty/sqlite.git/commit
After opening a non-covering index cursor, pass the corresponding table cursor to... cursor-hint-tblcsr
authordan <Dan Kennedy>
Tue, 16 Jun 2026 18:06:46 +0000 (18:06 +0000)
committerdan <Dan Kennedy>
Tue, 16 Jun 2026 18:06:46 +0000 (18:06 +0000)
commit544b208113d7b94ef19a9ba288c55ca23a4399bd
treeffc33f3457a4f1d6952ca1cd697473f43367b8df
parent9fb225190c3ac0e51f11a7fddab0d4cc960417ad
After opening a non-covering index cursor, pass the corresponding table cursor to the implementation via sqlite3BtreeCursorHint().

FossilOrigin-Name: d48c6d2dcd50128f35bba8931371e708d24b63f2ea7a5988af8864d18ef5d14e
manifest
manifest.tags
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/vdbe.c
src/where.c
test/cursorhint.test
test/cursorhint2.test