]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The LIKE optimization must be applied twice, once for strings and a second
authordrh <drh@noemail.net>
Fri, 6 Mar 2015 16:45:16 +0000 (16:45 +0000)
committerdrh <drh@noemail.net>
Fri, 6 Mar 2015 16:45:16 +0000 (16:45 +0000)
commitf07cf6e2a54866d913ca8a9b4eaae3d3aecb2601
treed380693dac9cf573106ef4fc0e057c61b5f09d6b
parent8dd7a6a9258dda2339b85c993f30f682ad84e21f
The LIKE optimization must be applied twice, once for strings and a second
time for BLOBs.  Ticket [05f43be8fdda9f].  This check-in is a proof-of-concept
of how that might be done.

FossilOrigin-Name: 5757e803cb5759b476bbc6453c58340089611420
manifest
manifest.uuid
src/vdbe.c
src/where.c
src/whereInt.h