]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Enhance the LIKE/GLOB query optimization so that it works as long as there
authordrh <drh@noemail.net>
Thu, 22 Jul 2010 17:49:52 +0000 (17:49 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Jul 2010 17:49:52 +0000 (17:49 +0000)
commit8342e49f6299287de14d8c2a4f7d8d7d3c327a81
treef1fc0b2046ff678f6d1094d9b3c7c097f941f1e6
parent4be02b901c60865f76a5123571322a83e900d5ad
Enhance the LIKE/GLOB query optimization so that it works as long as there
is an index with the appropriate collating sequence and even if the default
collating sequence of the column is different.
Ticket [4711020446da7d93d99].

FossilOrigin-Name: 9f932655f9eb9fdab16d7deed98b7cad414e0ca6
manifest
manifest.uuid
src/expr.c
src/parse.y
src/sqliteInt.h
src/where.c
test/like.test