Fix typo in documentation. Ticket #1578. (CVS 3124)
FossilOrigin-Name: cb2e009f1748e8c4945e85a3d36b4435003412f0
This commit is contained in:
parent
b806798865
commit
f1d83a7134
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
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
|
||||
@ -353,9 +353,9 @@ F www/support.tcl 7961ce16290692578d783bb11f0dc8391a9be9c3
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
34b560e81170b33b766a6a7cd462a227425c15d9
|
||||
cb2e009f1748e8c4945e85a3d36b4435003412f0
|
@ -216,7 +216,7 @@ or BLOBs, only text.
|
||||
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
|
||||
@ -290,4 +290,4 @@ supporting and embracing great Open-Source Software.
|
||||
|
||||
|
||||
}
|
||||
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 $}
|
||||
|
Loading…
Reference in New Issue
Block a user