Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the Documents page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ee05430080c3e469ca96cdabdbcb0834 |
User & Date: | drh 2009-06-02 19:19:51.000 |
Context
2009-06-06
| ||
12:06 | Progress on btreemodule.html. (check-in: 2b4a307362 user: dan tags: trunk) | |
2009-06-02
| ||
19:19 | Fix a typo on the Documents page. (check-in: ee05430080 user: drh tags: trunk) | |
09:50 | Progress on btreemodule.html. (check-in: e40416fac3 user: dan tags: trunk) | |
Changes
Changes to pages/docs.in.
︙ | ︙ | |||
31 32 33 34 35 36 37 | doc {Distinctive Features} {different.html} { This document enumerates and describes some of the features of SQLite that make it different from other SQL database engines. } doc {How SQLite Is Tested} {testing.html} { The reliability and robustness of SQLite is achieved in large part by thorough and careful testing. This document identifies the | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | doc {Distinctive Features} {different.html} { This document enumerates and describes some of the features of SQLite that make it different from other SQL database engines. } doc {How SQLite Is Tested} {testing.html} { The reliability and robustness of SQLite is achieved in large part by thorough and careful testing. This document identifies the many tests that occur before every release of SQLite. } doc {Copyright} {copyright.html} { SQLite is in the public domain. This document describes what that means and the implications for contributors. } doc {Frequently Asked Questions} {faq.html} { The title of the document says all... |
︙ | ︙ |