]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Convert all names to lower case before sending them to the xFindFunction
authordrh <drh@noemail.net>
Mon, 18 Sep 2006 20:24:02 +0000 (20:24 +0000)
committerdrh <drh@noemail.net>
Mon, 18 Sep 2006 20:24:02 +0000 (20:24 +0000)
commita70034de7c1b3ff3b32da238076dcd68b8fa0326
tree829ec92e09775509455cde347daa213a3fd6a6e2
parentb08249ced3f7f407c53b5b6541e26d246bd180e4
Convert all names to lower case before sending them to the xFindFunction
method of a virtual table.  In FTS1, use strcmp instead of strcasecmp.
Ticket #1981. (CVS 3428)

FossilOrigin-Name: efa8fb32a596c7232bb1754b3231e4f2421df75b
ext/fts1/fts1.c
manifest
manifest.uuid
src/vtab.c