]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Optimize LIKE and GLOB operators in the WHERE clause. Code passes all
authordrh <drh@noemail.net>
Fri, 12 Aug 2005 22:56:09 +0000 (22:56 +0000)
committerdrh <drh@noemail.net>
Fri, 12 Aug 2005 22:56:09 +0000 (22:56 +0000)
commitd2687b77317721f6e2844abd8046aed492d40469
tree2e55dcb6e2c8b59dc7464047becac60f5cb93d52
parent2db0bbc24beda8e14ab1bfa502f43bb3d101b92e
Optimize LIKE and GLOB operators in the WHERE clause.  Code passes all
regression tests but still needs additional tests. (CVS 2581)

FossilOrigin-Name: 3edbe8d6217fd1180883e6b9f1e5b9011a39f80d
manifest
manifest.uuid
src/expr.c
src/sqliteInt.h
src/vdbe.h
src/vdbeaux.c
src/where.c