Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the whentouse.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
8b5ba0e2b1fcbaa8d2d47d2a01b68d50 |
User & Date: | drh 2019-10-22 13:26:45.349 |
Context
2019-11-01
| ||
23:58 | Fix documentation for the ".explain auto" command. (check-in: c6125c2ae7 user: drh tags: branch-3.30) | |
2019-10-29
| ||
01:24 | Begin adding documentation for generated columns. (check-in: a558a79107 user: drh tags: trunk) | |
2019-10-22
| ||
13:26 | Fix a typo on the whentouse.html page. (check-in: 8b5ba0e2b1 user: drh tags: trunk) | |
2019-10-21
| ||
14:57 | Update the CREATE TRIGGER documentation to acknowledge the fact that columns in the UPDATE OF syntax of CREATE TRIGGER need not exist in the table, and that the trigger only fires if one of the columns named in the UPDATE OF clause appear on the left-hand side of one of the terms in the SET clause of the UPDATE statement. (check-in: 998c5310eb user: drh tags: trunk) | |
Changes
Changes to pages/whentouse.in.
︙ | ︙ | |||
203 204 205 206 207 208 209 | list, or unpack an SQL archiving using the [.archive command].</p> <p> SQLite is a good solution for any situation that requires bundling diverse content into a self-contained and self-describing package for shipment across a network. | | | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | list, or unpack an SQL archiving using the [.archive command].</p> <p> SQLite is a good solution for any situation that requires bundling diverse content into a self-contained and self-describing package for shipment across a network. Content is encoded in a [file format|well-defined, cross-platform, and stable file format]. The encoding is efficient, and receivers can extract small subsets of the content without having to read and parse the entire file. </p> <p>SQL archives are useful as the distribution format for software or content updates that are broadcast to many clients. Variations |
︙ | ︙ |