Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the 34to35.html document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4b0e57bd4f72d22d078571b4e9476ccd |
User & Date: | drh 2008-02-26 13:29:51.000 |
Context
2008-02-27
| ||
13:07 | Fix typos. CVSTrac ticket #2963. (check-in: 539577139b user: drh tags: trunk) | |
2008-02-26
| ||
13:29 | Fix typo in the 34to35.html document. (check-in: 4b0e57bd4f user: drh tags: trunk) | |
2008-02-25
| ||
13:38 | Add Adobe to the homepage. (check-in: 02853d098b user: drh tags: trunk) | |
Changes
Changes to pages/34to35.in.
︙ | ︙ | |||
129 130 131 132 133 134 135 | new backend will continue to work in future versions of SQLite. } HEADING 2 {The Virtual File System Object} PARAGRAPH { The new OS interface for SQLite is built around an object named | | | 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | new backend will continue to work in future versions of SQLite. } HEADING 2 {The Virtual File System Object} PARAGRAPH { The new OS interface for SQLite is built around an object named [sqlite3_vfs]. The "vfs" stands for "Virtual File System". The sqlite3_vfs object is basically a structure containing pointers to functions that implement the primitive disk I/O operations that SQLite needs to perform in order to read and write databases. In this article, we will often refer a sqlite3_vfs objects as a "VFS". } PARAGRAPH { |
︙ | ︙ |