]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Restrict the new column cache to table-btree, which is the common case anyhow.
authordrh <>
Mon, 31 Jul 2023 22:03:24 +0000 (22:03 +0000)
committerdrh <>
Mon, 31 Jul 2023 22:03:24 +0000 (22:03 +0000)
commit00d635dda4808fdd6c98b4fc4c3e3c751bbf04c3
tree513ec376b0fb89aa86a556d8afce5025254846f0
parent98ab970bac92e433802fdc6e3201599b25ee49d6
Restrict the new column cache to table-btree, which is the common case anyhow.
That way, writes to indexes do not need to clear the column cache.

FossilOrigin-Name: 659284ab0e22a4746c1337b3489e7b166d497fb7e5301e24dc115d2b0c4e097d
manifest
manifest.uuid
src/vdbe.c