]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the optimization of check-in [663f5dd32d9db832] that strives to avoid
authordrh <>
Fri, 16 May 2025 17:30:20 +0000 (17:30 +0000)
committerdrh <>
Fri, 16 May 2025 17:30:20 +0000 (17:30 +0000)
commitcd64392301b921015a9381f2747248b31c0fe606
treecf363eee346fa907208482fd2bd3a73ea6cef02c
parentcecf833325535a91edc9b4ceb57ffe6a438c4b53
Fix the optimization of check-in [663f5dd32d9db832] that strives to avoid
duplicate compuations in the GROUP BY clause so that it works even if the
GROUP BY term is a subquery on the RHS of a LEFT JOIN.  Problem found
by dbsqlfuzz.  Test cases in TH3.

FossilOrigin-Name: 955a026996b93e530ca5b566689cc646b31d3b9b5a5837897a58452d70f6d942
manifest
manifest.uuid
src/select.c