]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not allow the WHERE_IDX_ONLY query planner result in cases where a partial-index-terms-patch
authordrh <>
Thu, 8 Aug 2024 19:45:30 +0000 (19:45 +0000)
committerdrh <>
Thu, 8 Aug 2024 19:45:30 +0000 (19:45 +0000)
commit14fff90df199e7442854abc8194976de9079770a
tree8976b2d644566157207d0efb78ffbe3cb7929a5e
parent0c8c9a64b388c52f18df5b20900bb67d87ee0412
Do not allow the WHERE_IDX_ONLY query planner result in cases where a
partial index is used on an UPDATE or a DELETE, since the code might still
need to access the original table due to parameterized terms in the WHERE
clause of the partial index.

FossilOrigin-Name: 7058d93b097aeb461412537a747e0aabf641e184add37cc4f7cfbe75404060f9
manifest
manifest.uuid
src/where.c
test/indexA.test