Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo fix on the obsolete version3.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | mobile-friendly |
Files: | files | file ages | folders |
SHA1: |
a97ba0fa9df230e70d103ceb7723c393 |
User & Date: | drh 2016-09-02 01:33:37.343 |
Context
2016-09-02
| ||
12:17 | Fix typos and tighten some sentences in the prosupport page. (check-in: ec9d984cb5 user: drh tags: mobile-friendly) | |
01:33 | Typo fix on the obsolete version3.html document. (check-in: a97ba0fa9d user: drh tags: mobile-friendly) | |
01:23 | Less indentation for bullets of the change long on mobile. (check-in: e887482396 user: drh tags: mobile-friendly) | |
Changes
Changes to pages/version3.in.
1 2 3 4 5 6 7 8 9 10 | <title>SQLite Version 3 Overview</title> <p> <center><table border="1" cellpadding="10" width="75%"> <tr><td bgcolor="#ffffbb"> <b>Editorial Note:</b> This document was written in 2004 as a guide to programmers who were transitioning from SQLite2 to SQLite3. It is retained as part of the historical record of SQLite. Modern programmers should refer to | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <title>SQLite Version 3 Overview</title> <p> <center><table border="1" cellpadding="10" width="75%"> <tr><td bgcolor="#ffffbb"> <b>Editorial Note:</b> This document was written in 2004 as a guide to programmers who were transitioning from SQLite2 to SQLite3. It is retained as part of the historical record of SQLite. Modern programmers should refer to more up-to-date documentation on SQLite available elsewhere on this website. </table></center> <h2>SQLite Version 3 Overview</h2> <p> SQLite version 3.0 introduces important changes to the library, including: |
︙ | ︙ |