Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a mismatched tag in sessionintro.in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
1abe86b9d23cf0ae9b694615367be5c9 |
User & Date: | dan 2016-09-02 18:35:24.188 |
Context
2016-09-02
| ||
18:36 | Update the "famous users" page to try to make it more mobile-friendly. (check-in: 709a8a255b user: drh tags: trunk) | |
18:35 | Fix a mismatched tag in sessionintro.in. (check-in: 1abe86b9d2 user: dan tags: trunk) | |
17:47 | Restore the old-style "Documentation" page for desktop while keeping the newer style for mobile. (check-in: 6268aa1b1a user: drh tags: trunk) | |
Changes
Changes to pages/sessionintro.in.
︙ | ︙ | |||
66 67 68 69 70 71 72 | <li><p> SQLite allows <a href=nulls.html>NULL values</a> to be stored in PRIMARY KEY columns. However, the session extension ignores all such rows. No changes affecting rows with one or more NULL values in PRIMARY KEY columns are recorded by the sessions module. </ul> | | | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | <li><p> SQLite allows <a href=nulls.html>NULL values</a> to be stored in PRIMARY KEY columns. However, the session extension ignores all such rows. No changes affecting rows with one or more NULL values in PRIMARY KEY columns are recorded by the sessions module. </ul> <h1>Concepts</h1> <h2 id=changesets_and_patchsets>Changesets and Patchsets</h2> <p> The sessions module revolves around creating and manipulating changesets. A changeset is a blob of data that encodes a series of changes to a database. Each change in a changeset is one of the following: <ul> |
︙ | ︙ |