Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a bug in the documentation generator for PRAGMAs. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.29 |
Files: | files | file ages | folders |
SHA3-256: |
d83262cc8b66575514c42e564790d4d2 |
User & Date: | drh 2019-09-13 17:55:20.778 |
Context
2019-09-20
| ||
17:37 | Fix a minor typo in the transaction documentation. (check-in: 83b8745219 user: drh tags: branch-3.29) | |
2019-09-16
| ||
14:09 | Remove documentation fixes from the release branch. (check-in: b10a80aacd user: drh tags: trunk) | |
2019-09-13
| ||
17:55 | Fix a bug in the documentation generator for PRAGMAs. (check-in: d83262cc8b user: drh tags: branch-3.29) | |
2019-08-15
| ||
16:03 | More precise description of when SQLITE_MASTER can be updated in the FAQ. (check-in: 5a6c1fea3c user: drh tags: branch-3.29) | |
Changes
Changes to pages/pragma.in.
︙ | ︙ | |||
1848 1849 1850 1851 1852 1853 1854 | [virtual table] modules registered with the database connection.)^ DISCLAIMER } SQLITE_INTROSPECTION_PRAGMAS Section {List Of PRAGMAs} {toc} {{pragma list}} set lx {} | | | 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 | [virtual table] modules registered with the database connection.)^ DISCLAIMER } SQLITE_INTROSPECTION_PRAGMAS Section {List Of PRAGMAs} {toc} {{pragma list}} set lx {} foreach prag [array names PragmaKeys] { set ref $PragmaRef($prag) if {[info exists PragmaLegacy($prag)]} { lappend lx [list "PRAGMA $ref" $prag 3] } elseif {[info exists PragmaDebug($prag)]} { lappend lx [list "PRAGMA $ref" $prag 4] } elseif {[info exists PragmaTest($prag)]} { lappend lx [list "PRAGMA $ref" $prag 5] |
︙ | ︙ |