]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the ORDER BY optimization with IN constraints when the RHS of the
authordrh <drh@noemail.net>
Tue, 12 Mar 2013 20:38:51 +0000 (20:38 +0000)
committerdrh <drh@noemail.net>
Tue, 12 Mar 2013 20:38:51 +0000 (20:38 +0000)
commit1ccce44937732f9aa7717fe25702a4c30ddf6315
tree54ea249b6a1ca5958c9401991e4f69a0919af631
parentd383216383fdea13fbeb972859bce9622897f88d
Fix the ORDER BY optimization with IN constraints when the RHS of the
IN constraint is a descending index.

FossilOrigin-Name: 62316ebaca933f7e5df2018e8360a2b74234f30a
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/where.c