]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If there is any question about whether or not the WHERE_IDX_ONLY flag in the
authordrh <>
Fri, 9 Aug 2024 01:38:14 +0000 (01:38 +0000)
committerdrh <>
Fri, 9 Aug 2024 01:38:14 +0000 (01:38 +0000)
commit3a37a3a5b8768b8428025f45d19d6a99f2f3bfb5
treec061fac33a91084583c46580469922341ea66c1f
parent0c8c9a64b388c52f18df5b20900bb67d87ee0412
If there is any question about whether or not the WHERE_IDX_ONLY flag in the
query planner is correct, create a backup null-cursor for the table, so that
we never try to run an OP_Column against an unopened cursor.

FossilOrigin-Name: 7f1617f7bf53cf96954541f73fb99622051f86be9c8ea4b8038b2aa7c8f49e47
manifest
manifest.uuid
src/expr.c
src/where.c