]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The LIKE optimization does the right thing when collating sequences are
authordrh <drh@noemail.net>
Sun, 28 Aug 2005 17:00:23 +0000 (17:00 +0000)
committerdrh <drh@noemail.net>
Sun, 28 Aug 2005 17:00:23 +0000 (17:00 +0000)
commitd64fe2f374f7a278bff67df9968f939b60faa222
tree33eb0e4d64571066d5f3b49b5955b714c5292f3e
parentbfd6b03554bcc82881c433c0572c4ebe9a81798a
The LIKE optimization does the right thing when collating sequences are
present.  LIKE expressions where the left-hand side has COLLATE NOCASE
are optimized in the default case. (CVS 2637)

FossilOrigin-Name: ef84ff795c85e9d28f1cac84ff42d8d4ef84cfc4
manifest
manifest.uuid
src/func.c
src/main.c
src/sqliteInt.h
src/where.c
test/like.test
www/lang.tcl
www/pragma.tcl