]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
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)
method of a virtual table.  In FTS1, use strcmp instead of strcasecmp.
Ticket #1981. (CVS 3429)

FossilOrigin-Name: cd4e1de896ef715c444071f758b74dbb607e0572

manifest
manifest.uuid

index 3954750bb60152333d150515e6ba5e3786e61664..484a052467f2e8e334caaa6eb9f2849044107aff 100644 (file)
--- 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
index ca5271df4cb6db5845ffdb7af9e9ced3b2767787..5ef28405d55085793d694db4480c77cc64f1839b 100644 (file)
@@ -1 +1 @@
-efa8fb32a596c7232bb1754b3231e4f2421df75b
\ No newline at end of file
+cd4e1de896ef715c444071f758b74dbb607e0572
\ No newline at end of file