From: drh Date: Mon, 18 Sep 2006 20:24:02 +0000 (+0000) Subject: Convert all names to lower case before sending them to the xFindFunction X-Git-Tag: version-3.6.10~2738 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1daee85748da6d9a6ffe7e200770e1b4b3831ec;p=thirdparty%2Fsqlite.git 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 3429) FossilOrigin-Name: cd4e1de896ef715c444071f758b74dbb607e0572 --- diff --git a/manifest b/manifest index 3954750bb6..484a052467 100644 --- a/manifest +++ b/manifest @@ -1,4 +1,4 @@ -C Convert\sall\snames\sto\slower\scase\sbefore\ssending\sthem\sto\sthe\sxFindFunction\nmethod\sof\sa\svirtual\stable.\s\sIn\sFTS1,\suse\sstrcmp\sinstead\sof\sstrcasecmp.\nTicket\s#1981.\s(CVS\s3428) +C Convert\sall\snames\sto\slower\scase\sbefore\ssending\sthem\sto\sthe\sxFindFunction\nmethod\sof\sa\svirtual\stable.\s\sIn\sFTS1,\suse\sstrcmp\sinstead\sof\sstrcasecmp.\nTicket\s#1981.\s(CVS\s3429) D 2006-09-18T20:24:03 F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 @@ -399,7 +399,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 5e35dc1ffadfe7fa47673d052501ee79903eead9 +P efa8fb32a596c7232bb1754b3231e4f2421df75b R 867d1b47989e3f735fc6f80577ade597 U drh -Z 02de4c591746aed0d8ad3108083846c8 +Z 426674e4ba6605580f3e345dc6e85b63 diff --git a/manifest.uuid b/manifest.uuid index ca5271df4c..5ef28405d5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -efa8fb32a596c7232bb1754b3231e4f2421df75b \ No newline at end of file +cd4e1de896ef715c444071f758b74dbb607e0572 \ No newline at end of file