Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in a hyperlink. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7c9241801c31d646986dc8f79aaf3b56 |
User & Date: | drh 2014-08-15 15:01:25.034 |
Context
2014-08-15
| ||
15:48 | Update the "Appropriate Uses" page and the "Documentation" index. Fix the size information in "Distinctive Features". (check-in: a6e3e556b4 user: drh tags: trunk) | |
15:01 | Fix a typo in a hyperlink. (check-in: 7c9241801c user: drh tags: trunk) | |
14:59 | Fix typos and add new hyperlinks. (check-in: 415cd2bfe2 user: drh tags: trunk) | |
Changes
Changes to pages/docs.in.
︙ | ︙ | |||
117 118 119 120 121 122 123 | This page describes features of SQL that SQLite does not support. } heading {SQLite Features and Extensions} { Pages describing specific features or extension modules of SQLite. } | | | 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 | This page describes features of SQL that SQLite does not support. } heading {SQLite Features and Extensions} { Pages describing specific features or extension modules of SQLite. } doc {Autoincrement} {autoinc.html} { A description of the AUTOINCREMENT keyword in SQLite, what it does, why it is sometimes useful, and why it should be avoided if not strictly necessary. } doc {Foreign Key Support} {foreignkeys.html} { This document describes the support for foreign key constraints introduced in version 3.6.19. |
︙ | ︙ |