]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix for ticket #1: Implement the GLOB and LIKE operators as functions that
authordrh <drh@noemail.net>
Sat, 20 Apr 2002 14:24:41 +0000 (14:24 +0000)
committerdrh <drh@noemail.net>
Sat, 20 Apr 2002 14:24:41 +0000 (14:24 +0000)
commit0ac65892029701ce75bfc6d4286f837c2d8618d7
tree1e1b6a76fe20957f70c6efd04d734ebb00a9c3a5
parent67505e78c6cb326effaf82116b20a926474feefd
Fix for ticket #1: Implement the GLOB and LIKE operators as functions that
can be overridden.  This way, a developer can change the LIKE operator to
be case sensitive, for example. (CVS 537)

FossilOrigin-Name: 51572bf71774d7631c7083be90b806e621bc9bee
VERSION
manifest
manifest.uuid
src/expr.c
src/func.c
src/parse.y
src/vdbe.c
src/vdbe.h
tool/speedtest.tcl