diff options
author | drh <drh@noemail.net> | 2007-10-04 00:29:28 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-10-04 00:29:28 +0000 |
commit | 8a65057eda21968e565cde63d027cf1ecd113f58 (patch) | |
tree | e6a44aec57bebf5c22b7055ad15ab1a64c5624f4 | |
parent | c2ded2afe09e1f6b33858c4033bdf40f8edfb905 (diff) | |
download | sqlite-8a65057eda21968e565cde63d027cf1ecd113f58.tar.gz sqlite-8a65057eda21968e565cde63d027cf1ecd113f58.zip |
Updates to the documentation index page. (CVS 4464)
FossilOrigin-Name: 837fc86166bfc789a53de1853043044f5e8ae3ac
-rw-r--r-- | manifest | 12 | ||||
-rw-r--r-- | manifest.uuid | 2 | ||||
-rw-r--r-- | www/docs.tcl | 12 |
3 files changed, 18 insertions, 8 deletions
@@ -1,5 +1,5 @@ -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 @@ -547,7 +547,7 @@ F www/datatype3.tcl f7b6831c9088549efe021df4f71a34c0095d4e94 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 @@ -581,7 +581,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 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 diff --git a/manifest.uuid b/manifest.uuid index f59d9e289..bf4f56eee 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -0d05f3fbaad44a0d3723cd543b865326acddf883
\ No newline at end of file +837fc86166bfc789a53de1853043044f5e8ae3ac
\ No newline at end of file diff --git a/www/docs.tcl b/www/docs.tcl index 4f467fd51..80fac53b3 100644 --- a/www/docs.tcl +++ b/www/docs.tcl @@ -1,7 +1,7 @@ # 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 { @@ -50,6 +50,16 @@ doc {Tcl API} {tclsqlite.html} { 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. |