]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Refactor the SrcItem object to move fields associated with subqueries out
authordrh <>
Tue, 20 Aug 2024 23:11:28 +0000 (23:11 +0000)
committerdrh <>
Tue, 20 Aug 2024 23:11:28 +0000 (23:11 +0000)
commit5648d717b15c1722ff19e7af1e55d68d1d172f1d
tree971f2c19f00ab2073124d4ecedaa7df3f0b42509
parent781163aa9dce91608ba33af479564f83dda1bd40
parenta0651b370706e58f9014453c5f36124ca8a738c9
Refactor the SrcItem object to move fields associated with subqueries out
into a separate object named Subquery.  This reduces the size of the SrcItem
object by about 1/3rd and provides improved performance.

FossilOrigin-Name: 484bcd75bc95491d8540c791c1c4d40d996cb465839564662e14f98739699bf1
manifest
manifest.uuid
src/select.c
src/whereexpr.c