]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for optimizing "SELECT DISTINCT ...cols... FROM vtab" in cases where the virtual...
authordan <Dan Kennedy>
Mon, 15 Dec 2025 18:45:22 +0000 (18:45 +0000)
committerdan <Dan Kennedy>
Mon, 15 Dec 2025 18:45:22 +0000 (18:45 +0000)
commita1dbb7a93edc724e745a4598bf0c08733b93e6d4
tree0934904243e0e9a9821ecb75ca2068cce911f36e
parent97601244e2760e942b55a573414221a97022ee4b
Fix for optimizing "SELECT DISTINCT ...cols... FROM vtab" in cases where the virtual table implementation is able to deliver results sorted by "...cols...".

FossilOrigin-Name: 80c0d922937615422e813593ac4eb83c3040a417fad97dba18a549de50a91b72
manifest
manifest.uuid
src/where.c
test/bestindex8.test
test/bestindexF.test [new file with mode: 0644]