Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the "quirks.html" document to the list of overview documents in the documentation summary. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
085c470f26b76d759517a27c15caa56e |
User & Date: | drh 2019-07-11 14:15:35.047 |
Context
2019-07-11
| ||
16:01 | Fix typos in the quirks document. (check-in: 596c4951a0 user: drh tags: trunk) | |
14:15 | Add the "quirks.html" document to the list of overview documents in the documentation summary. (check-in: 085c470f26 user: drh tags: trunk) | |
13:28 | Add another example of using a stale file descriptor to the howtocorrupt page. (check-in: 8a4435f7ae user: drh tags: trunk) | |
Changes
Changes to pages/docsdata.tcl.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | This document describes situations where SQLite is an appropriate database engine to use versus situations where a client/server database engine might be a better choice. } 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} { | > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | This document describes situations where SQLite is an appropriate database engine to use versus situations where a client/server database engine might be a better choice. } 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 {Quirks of SQLite} {quirks.html} { This document is a short list of some unusual features of SQLite that tend to cause misunderstandings and confusion. The list includes both deliberate innovations and "misfeatures" that are retained only for backwards compatibility. } 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} { |
︙ | ︙ |