]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Avoid discarding an ORDER BY clause in the case where an identical GROUP BY clauses...
authordan <dan@noemail.net>
Mon, 21 Apr 2014 13:21:56 +0000 (13:21 +0000)
committerdan <dan@noemail.net>
Mon, 21 Apr 2014 13:21:56 +0000 (13:21 +0000)
commit374cd78c1db5b7b085cf2c289cfc3b04afaa2716
tree058d464ae73bb9f80f532538f0aee0e9f014ff37
parentb355c2cc12636ffa182433f5868668d001d0ddb3
Avoid discarding an ORDER BY clause in the case where an identical GROUP BY clauses uses an index to group, but not sort, the rows. Fix for [b75a9ca6b0].

FossilOrigin-Name: de9a490f594183f337a2ec9e0f87792eac83548b
manifest
manifest.uuid
src/select.c
src/sqliteInt.h
src/where.c
src/whereInt.h
test/tkt-b75a9ca6b0.test [new file with mode: 0644]