Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in documentation. Ticket #1578. (CVS 3124) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
cb2e009f1748e8c4945e85a3d36b4435 |
User & Date: | drh 2006-03-03 21:39:54.000 |
Context
2006-03-06
| ||
18:23 | Pager performance enhancements. (CVS 3125) (check-in: 9c26570743 user: drh tags: trunk) | |
2006-03-03
| ||
21:39 | Fix typo in documentation. Ticket #1578. (CVS 3124) (check-in: cb2e009f17 user: drh tags: trunk) | |
21:38 | EXPLAIN sets the length of its text return values correctly. Ticket #1583. (CVS 3123) (check-in: 34b560e811 user: drh tags: trunk) | |
Changes
Changes to www/version3.tcl.
︙ | ︙ | |||
212 213 214 215 216 217 218 | or BLOBs, only text. </p> <p> 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 | | | 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | or BLOBs, only text. </p> <p> 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 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 languages or locales, alternative collating sequences may be preferred. </p> <p> |
︙ | ︙ | |||
286 287 288 289 290 291 292 | <p> SQLite version 3.0 is made possible in part by AOL developers supporting and embracing great Open-Source Software. </p> } | | | 286 287 288 289 290 291 292 293 | <p> SQLite version 3.0 is made possible in part by AOL developers supporting and embracing great Open-Source Software. </p> } footer {$Id: version3.tcl,v 1.6 2006/03/03 21:39:54 drh Exp $} |