]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Consolidate more of the DISTINCT processing logic into a single spot in the
authordrh <drh@noemail.net>
Fri, 21 Sep 2012 00:04:28 +0000 (00:04 +0000)
committerdrh <drh@noemail.net>
Fri, 21 Sep 2012 00:04:28 +0000 (00:04 +0000)
commite8e4af7697fb383a6ae2b7ebd16ea136007094c4
tree3f37130d9ab2706a682a5b2dc80376eae863c45a
parent634d81dee0bb3cf1034556c7dee97f6c0e6d021d
Consolidate more of the DISTINCT processing logic into a single spot in the
code.  Reduce the number of OP_Column operations needed to perform a
WHERE_DISTINCT_ORDERED.

FossilOrigin-Name: 79e922f7ae29bbe06d639d648fbd72523cf9a28e
manifest
manifest.uuid
src/expr.c
src/pragma.c
src/select.c
src/sqliteInt.h
src/vdbe.c