]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Always use available indices to optimize LIKE operators even if the pattern
authordrh <drh@noemail.net>
Thu, 16 Jan 2014 15:31:41 +0000 (15:31 +0000)
committerdrh <drh@noemail.net>
Thu, 16 Jan 2014 15:31:41 +0000 (15:31 +0000)
commit6ade453cd844a1cc65648477557d6cb770b60364
tree8e886d609b9d5c48f58a867a536ce05d74458a47
parent7a429658d7e38e0ff52a9f0591a17fd9cb71929d
Always use available indices to optimize LIKE operators even if the pattern
of the LIKE operator has a COLLATE modifier.  This fixes an ineffiency that
was introduced into 3.7.15 by check-in [8542e6180d4] on 2012-12-08.

FossilOrigin-Name: 16bd54783a3f5531c55564ddefdada657c078eb0
manifest
manifest.uuid
src/where.c
test/like.test