Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix hyperlink problem in the lang.html page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.32 |
Files: | files | file ages | folders |
SHA3-256: |
afb2b133961e9dea273eda89e98fc9ed |
User & Date: | drh 2020-07-11 00:03:46.948 |
Context
2020-07-20
| ||
17:18 | Fix typo on the quirks.in page. (check-in: 586df7805b user: drh tags: branch-3.32) | |
2020-07-15
| ||
01:43 | Merge fixes from the 3.32 branch. (check-in: bd3dff05f9 user: drh tags: trunk) | |
2020-07-11
| ||
00:03 | Fix hyperlink problem in the lang.html page. (check-in: afb2b13396 user: drh tags: branch-3.32) | |
2020-07-03
| ||
09:57 | Typos in the shared-cache mode documentation. (check-in: f79cc54f25 user: drh tags: branch-3.32) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
31 32 33 34 35 36 37 | {DELETE delete} {UPDATE update} {SELECT select} {{WITH clause} withclause} {comment comment} {EXPLAIN explain} {expression expr} | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | {DELETE delete} {UPDATE update} {SELECT select} {{WITH clause} withclause} {comment comment} {EXPLAIN explain} {expression expr} {{BEGIN TRANSACTION} transaction COMMIT} {{COMMIT TRANSACTION} transaction COMMIT} {{END TRANSACTION} transaction COMMIT} {{ROLLBACK TRANSACTION} transaction ROLLBACK} {SAVEPOINT savepoint} {{RELEASE SAVEPOINT} savepoint SAVEPOINT} {PRAGMA pragma.html} {{ON CONFLICT clause} conflict} |
︙ | ︙ |