]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove mention of the REVERSE collating sequence from the documentation. (CVS 3159)
authordrh <drh@noemail.net>
Sat, 1 Apr 2006 14:38:41 +0000 (14:38 +0000)
committerdrh <drh@noemail.net>
Sat, 1 Apr 2006 14:38:41 +0000 (14:38 +0000)
FossilOrigin-Name: bd6876a1a946a9b266b31d776081464de7c7f437

manifest
manifest.uuid
www/datatype3.tcl

index 135f117909587ee51673c394d577269e0afc00d6..2a5966f9ba9fa96144bdd2459392f91c6d47c6c4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Properly\srecord\sthe\snames\sof\striggers\seven\sif\sthe\sname\sis\squoted.\nTicket\s#1737.\s(CVS\s3158)
-D 2006-03-29T00:24:07
+C Remove\smention\sof\sthe\sREVERSE\scollating\ssequence\sfrom\sthe\sdocumentation.\s(CVS\s3159)
+D 2006-04-01T14:38:41
 F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b
 F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -319,7 +319,7 @@ F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
 F www/copyright-release.html 294e011760c439c44951a6bfecd4c81a1ae359e8
 F www/copyright-release.pdf cfca3558fc97095e57c6117d08f1f5b80d95125a
 F www/copyright.tcl 82c9670c7ddb0311912ab7fe24703f33c531066c
-F www/datatype3.tcl abe571728af2b3b42bcf67eda05faf550b64c596
+F www/datatype3.tcl 3216d4586d28c4f1f2d4fbb4c42f12e1d6bdd67e
 F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
 F www/different.tcl 81377eb0c8e27d3bdf812bde357281c4c44bec0c
 F www/direct1b.gif 32b48b764244817b6b591898dc52a04299a7b8a7
@@ -355,7 +355,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P aedadfc3e47efa28ff81d7789b54fba9fcc128db
-R cd3eacf83ff32f49c3fe5762f71c525c
+P 4ba280ddd66d5cbf617263d6300b7582f65d47a9
+R bb5f066c144b007e36e44a6f11977dfe
 U drh
-Z d07dd13e5dad42ca4274dcff96af4d1e
+Z 04338d65cf3b0f23c178d43467a854e2
index ceb760bb041f26559fe49030624dcc18baa6bb7e..bde09a1b51e0c44cdb77f6fb10ee28d847cc3a47 100644 (file)
@@ -1 +1 @@
-4ba280ddd66d5cbf617263d6300b7582f65d47a9
\ No newline at end of file
+bd6876a1a946a9b266b31d776081464de7c7f437
\ No newline at end of file
index 055e44fe87370678d936817815be40ec6c72647b..61ba0d39dcad13fac62490ee57bbb0445bc1cb02 100644 (file)
@@ -1,4 +1,4 @@
-set rcsid {$Id: datatype3.tcl,v 1.12 2006/01/26 13:25:08 danielk1977 Exp $}
+set rcsid {$Id: datatype3.tcl,v 1.13 2006/04/01 14:38:41 drh Exp $}
 source common.tcl
 header {Datatypes In SQLite Version 3}
 puts {
@@ -312,13 +312,12 @@ instead of memcmp().
 </p>  
 <p>
 Aside from the default collation sequence BINARY, implemented using
-memcmp(), SQLite features two extra built-in collation sequences 
-intended for testing purposes, NOCASE and REVERSE:
+memcmp(), SQLite features one extra built-in collation sequences 
+intended for testing purposes, the NOCASE collation:
 </p>  
 <UL>
        <LI><b>BINARY</b> - Compares string data using memcmp(), regardless
                             of text encoding.</LI>
-       <LI><b>REVERSE</b> - Collate in the reverse order to BINARY. </LI>
        <LI><b>NOCASE</b> - The same as binary, except the 26 upper case
                            characters used by the English language are
                            folded to their lower case equivalents before