-C More\stweaking\sof\slinkage.\s\sTicket\s#2554.\s(CVS\s4200)
-D 2007-08-08T12:11:21
+C Fix\sdocumentation\stypos.\s\sTickets\s#2168\sand\s#2560.\s(CVS\s4201)
+D 2007-08-09T00:00:26
F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 9f8672c2165ecedf876d7b35f02da53eea6401b8
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl d32eef14c40888a0e27c1c9968a7ae5692fa7858
-F www/limits.tcl ddf960819cb7b9c14362fcc19c6acaa9595f1f1b
+F www/lang.tcl bb73892bf99c81658ec46d0c7a87e54cd21d435b
+F www/limits.tcl 9035eb73e814ccb298595fd57670dec817533616
F www/lockingv3.tcl e52345bd20323bef6146bfce18ae0829b2b7c87d
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/mkapidoc.tcl 2fdbb765c38a4467687ba390e07c1229d4939a3b
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P c09ec102c4f62e492dd3676ef0aa1a183d6ce3b3
-R cea8b15e0263240d01ec2143a968d634
+P 3759a38fe8e8a873dc3aae8dc99ca1010551b50b
+R fbc8a53c964f67498ae60776a27efd94
U drh
-Z dc18878d52ac04956311ef0f83f758c1
+Z 404cedd8a438ac3496ecea6543b3ec13
-3759a38fe8e8a873dc3aae8dc99ca1010551b50b
\ No newline at end of file
+4333b231af8866e3d2d75bc64083b6c36c8da8d8
\ No newline at end of file
#
# Run this Tcl script to generate the lang-*.html files.
#
-set rcsid {$Id: lang.tcl,v 1.132 2007/07/13 10:35:15 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.133 2007/08/09 00:00:26 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
preceded by a single "x" or "X" character. For example:</p>
<blockquote><pre>
-X'53514697465'
+X'53514C697465'
</pre></blockquote>
<p>
be the same as the number of columns in the table. If a column-list
is specified, then the number of values must match the number of
specified columns. Columns of the table that do not appear in the
-column list are filled with the default value, or with NULL if not
+column list are filled with the default value, or with NULL if no
default value is specified.
</p>
#
# Run this script to generate the limits.html output file
#
-set rcsid {$Id: limits.tcl,v 1.4 2007/07/30 23:02:39 drh Exp $}
+set rcsid {$Id: limits.tcl,v 1.5 2007/08/09 00:00:26 drh Exp $}
source common.tcl
header {Implementation Limits For SQLite}
puts {
<p>
Unfortunately, the no-limits policy has been shown to create
-problems. Because the upper bounds where not well
+problems. Because the upper bounds were not well
defined, they were not tested, and bugs (including possible
-security exploits) where often found when pushing SQLite to
+security exploits) were often found when pushing SQLite to
extremes. For this reason, newer versions of SQLite have
well-defined limits and those limits are tested as part of
the test suite.