]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Defer materializing a view or subquery until the materialization is actually deferred-materialize
authordrh <>
Sat, 21 May 2022 18:03:33 +0000 (18:03 +0000)
committerdrh <>
Sat, 21 May 2022 18:03:33 +0000 (18:03 +0000)
commit40822eb262ec0185eb418a2b5352403fcd4c4b58
tree3b29296d449fb7303ea1c89dd1f40d656c7e0a66
parent660dfbdcfb8da113b718656fc309879ecf03f515
Defer materializing a view or subquery until the materialization is actually
needed, so that if it is not needed, not useless work is performed.

FossilOrigin-Name: 16bf350683fd6ac906dbd02b21fb8bf1b1014ed05594cacf108645acd383ae65
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c