Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the VDBE document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
163fe7f88236bcae38fc05b3865e0e77 |
User & Date: | drh 2008-09-28 11:51:21.000 |
Context
2008-09-29
| ||
17:12 | Add a prototype to a syntax bubble diagram generator script. (check-in: 5f5eb0d82d user: drh tags: trunk) | |
2008-09-28
| ||
11:51 | Fix typo in the VDBE document. (check-in: 163fe7f882 user: drh tags: trunk) | |
2008-09-26
| ||
21:38 | Add documentation on the TRUNCATE journal mode. (check-in: 715819ca53 user: drh tags: trunk) | |
Changes
Changes to pages/vdbe.in.
︙ | ︙ | |||
1964 1965 1966 1967 1968 1969 1970 | in the same VDBE program.</p> <p>For additional information on how the SQLite library functions, the reader is directed to look at the SQLite source code directly. If you understand the material in this article, you should not have much difficulty in following the sources. Serious students of the internals of SQLite will probably | | | 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 | in the same VDBE program.</p> <p>For additional information on how the SQLite library functions, the reader is directed to look at the SQLite source code directly. If you understand the material in this article, you should not have much difficulty in following the sources. Serious students of the internals of SQLite will probably also want to make a careful study of the VDBE opcodes as documented <a href="opcode.html">here</a>. Most of the opcode documentation is extracted from comments in the source code using a script so you can also get information about the various opcodes directly from the <b>vdbe.c</b> source file. If you have successfully read this far, you should have little difficulty understanding the rest.</p> |
︙ | ︙ |