]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Attempt to further generalize the min/max optimization so that, if an appropriate... minmax-opt
authordan <dan@noemail.net>
Thu, 13 Dec 2012 16:37:10 +0000 (16:37 +0000)
committerdan <dan@noemail.net>
Thu, 13 Dec 2012 16:37:10 +0000 (16:37 +0000)
commit4ac391fc05b6c696b81eb3d387f496256751bcba
treeae935051ef85ddb98d4ca0c59ffce2817215f2a8
parent32055c249900d715f7de68db51d37ce3c6885d74
Attempt to further generalize the min/max optimization so that, if an appropriate index exists, it can be used by any aggregate query that contains only a single aggregate of the form max(colname) or min(colname) and does not contain a GROUP BY clause.

FossilOrigin-Name: 7280e14cd8f55896451847b432171e8750a07c81
manifest
manifest.uuid
src/select.c
test/minmax.test