-C Get\sio.test\sto\swork\seven\sif\sauto_vacuum\sis\son\sby\sdefault\sand\swe\sare\nrunning\swith\sa\sreduced\smaximum\spage\ssize.\s(CVS\s4463)
-D 2007-10-03T21:18:20
+C Updates\sto\sthe\sdocumentation\sindex\spage.\s(CVS\s4464)
+D 2007-10-04T00:29:29
F Makefile.in cbfb898945536a8f9ea8b897e1586dd1fdbcc5db
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F www/datatypes.tcl 7c786d2e8ff434346764534ec015966d17efce60
F www/different.tcl 8b76ae88bf73e38097b7936e198df4f89baf587c
F www/direct1b.gif 32b48b764244817b6b591898dc52a04299a7b8a7
-F www/docs.tcl 09eeac4e565789a67abc63f166a9ae7f3050454d
+F www/docs.tcl be3fabaead4a21ec5315934f5eac10b4e79081c7
F www/download.tcl d59a0244f22a975c3f9deafb535fc20549cb8c45
F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
F www/faq.tcl ebdcad6041d66220b866ac49bcd55726c3bd80ef
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 96dd3c336b5bbf9da6ba9ace85dbe7c4b1ff2bcb
-R 97f2e979b587833fee0776ca26556089
+P 0d05f3fbaad44a0d3723cd543b865326acddf883
+R f8bfaa703e1e463c9d733910321c4533
U drh
-Z 328ee6d4a8d802d30813c6252c44ec65
+Z 45cfc127b53f87e0f390304ff24761f2
-0d05f3fbaad44a0d3723cd543b865326acddf883
\ No newline at end of file
+837fc86166bfc789a53de1853043044f5e8ae3ac
\ No newline at end of file
# This script generates the "docs.html" page that describes various
# sources of documentation available for SQLite.
#
-set rcsid {$Id: docs.tcl,v 1.14 2006/01/30 16:20:30 drh Exp $}
+set rcsid {$Id: docs.tcl,v 1.15 2007/10/04 00:29:29 drh Exp $}
source common.tcl
header {SQLite Documentation}
puts {
A description of the TCL interface bindings for SQLite.
}
+doc {How SQLite Implements Atomic Commit} {ac/atomiccommit.html} {
+ A description of the logic within SQLite that implements
+ transactions with atomic commit, even in the face of power
+ failures.
+}
+doc {Moving From SQLite 3.4 to 3.5} {34to35.html} {
+ A document describing the differences between SQLite version 3.4.2
+ and 3.5.0.
+}
+
doc {Pragma commands} {pragma.html} {
This document describes SQLite performance tuning options and other
special purpose database commands.