Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in vtab.in. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4df3244e10f7d5920024e69758cd4a38 |
User & Date: | dan 2016-09-12 21:01:03.337 |
Context
2016-09-12
| ||
21:06 | Fix formatting problems in vtab.html associated with <yyterm> marks. (check-in: 2262f22f31 user: drh tags: trunk) | |
21:01 | Fix a typo in vtab.in. (check-in: 4df3244e10 user: dan tags: trunk) | |
20:59 |
Fix handling of
| |
Changes
Changes to pages/vtab.in.
︙ | ︙ | |||
101 102 103 104 105 106 107 | <h3>Temporary virtual tables</h3> <p>There is no "CREATE TEMP VIRTUAL TABLE" statement. To create a temporary virtual table, add the "temp" schema before the virtual table name. | | | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | <h3>Temporary virtual tables</h3> <p>There is no "CREATE TEMP VIRTUAL TABLE" statement. To create a temporary virtual table, add the "temp" schema before the virtual table name. <blockquote><pre> CREATE VIRTUAL TABLE <b>temp.</b>tablename USING module(arg1, ...); </pre></blockquote> <tcl>hd_fragment epovtab {eponymous virtual tables} \ {eponymous virtual table}</tcl> <h3>Eponymous virtual tables</h3> |
︙ | ︙ |