]> git.ipfire.org Git - thirdparty/sqlite.git/commit
When using an index for both DISTINCT and ORDER BY, do not confuse the number of... tkt-6749cb3c
authordan <dan@noemail.net>
Mon, 29 Jul 2019 14:42:56 +0000 (14:42 +0000)
committerdan <dan@noemail.net>
Mon, 29 Jul 2019 14:42:56 +0000 (14:42 +0000)
commita79a0e733faf76a1dd47f094665b2a1960858e4a
tree4d79de0935182bbccc5429845875b36350194678
parentb8293a5bee4d064b29760da72c2aa9c17485d1a1
When using an index for both DISTINCT and ORDER BY, do not confuse the number of columns required for distinctness with the number required to get the correct sort order. Fix for [6749cb3c].

FossilOrigin-Name: b47169319ad88e8ffdbe8fbb91f4cced81ebd5c0ee1b018be2d0256c9a1c5159
manifest
manifest.uuid
src/where.c
src/whereInt.h
test/distinct2.test