-C EXPLAIN\ssets\sthe\slength\sof\sits\stext\sreturn\svalues\scorrectly.\s\sTicket\s#1583.\s(CVS\s3123)
-D 2006-03-03T21:38:03
+C Fix\stypo\sin\sdocumentation.\s\sTicket\s#1578.\s(CVS\s3124)
+D 2006-03-03T21:39:54
F Makefile.in 5d8dff443383918b700e495de42ec65bc1c8865b
F Makefile.linux-gcc 74ba0eadf88748a9ce3fd03d2a3ede2e6715baec
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/table-ex1b2.gif a588d21a2d88bb2a2ef0431fcc5ed5aa48c0bbc5
F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
-F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
+F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 5cae8d63d9c83f481bd2fbbcfed69df631062651
-R 321984c0cd1d1a4974e886e15ee8340d
+P 34b560e81170b33b766a6a7cd462a227425c15d9
+R e2c712bd2bb5bc47bf91421593e8acaf
U drh
-Z 87599cdfc4c756e51de2d1392918b4fa
+Z 0e21f9a12d523b738cd926bd7dc2a5b0
-34b560e81170b33b766a6a7cd462a227425c15d9
\ No newline at end of file
+cb2e009f1748e8c4945e85a3d36b4435003412f0
\ No newline at end of file
A collating sequence is implemented as a function that takes the
two strings being compared as inputs and returns negative, zero, or
positive if the first string is less than, equal to, or greater than
-the first.
+the second.
SQLite 3.0 comes with a single built-in collating sequence named "BINARY"
which is implemented using the memcmp() routine from the standard C library.
The BINARY collating sequence works well for English text. For other
}
-footer {$Id: version3.tcl,v 1.5 2005/03/31 21:02:46 drh Exp $}
+footer {$Id: version3.tcl,v 1.6 2006/03/03 21:39:54 drh Exp $}