]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Aggregates with GROUP BY now make use of expressions on indexes. This code
authordrh <>
Wed, 23 Nov 2022 18:51:04 +0000 (18:51 +0000)
committerdrh <>
Wed, 23 Nov 2022 18:51:04 +0000 (18:51 +0000)
commit2e30d95fb63e73cbae3cf07b0ac57d8d7e0321ba
tree4fe18a1650780a15e1860f63fea90e33ac1937cf
parent590f013a87609ea33abc718aab71c8785a7213f9
Aggregates with GROUP BY now make use of expressions on indexes.  This code
works and gets the correct answer for the test case in the ticket.  Lots more
testing and documentation is needed, however.

FossilOrigin-Name: 8dcf9f2031c16f296d187fe876d4204c71fc96fec120984ff11b6d8b03d58a5f
manifest
manifest.uuid
src/expr.c
src/select.c