Documentation Source Text

Check-in [1927e7c245]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix documentation typo pointed out on the mailing list.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 1927e7c245e0afc911f60178ad9c9a4386ab112e
User & Date: drh 2011-01-12 22:22:39.394
Context
2011-01-13
12:28
Update the names of the Fossil repositories for source code and documentation. (check-in: aae700de31 user: drh tags: trunk)
2011-01-12
22:22
Fix documentation typo pointed out on the mailing list. (check-in: 1927e7c245 user: drh tags: trunk)
2011-01-05
21:46
Fix a serious bug in the specification of the file format: the serial types for BLOB and TEXT where reversed. (check-in: 83a0bc6bb9 user: drh tags: trunk)
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to pages/pragma.in.
1114
1115
1116
1117
1118
1119
1120
1121

1122
1123
1124
1125
1126
1127
1128
1114
1115
1116
1117
1118
1119
1120

1121
1122
1123
1124
1125
1126
1127
1128







-
+







<ol>
<li>Pragmas whose names are marked through in the list above
are deprecated that are maintained for historical compatibility only.
Do not use the deprecated pragmas in new applications.
Remove deprecated pragmas
from existing applications at your earliest opportunity.</blockquote>
<li>These pragmas are used for debugging SQLite itself and
are only available which SQLite is compiled using [SQLITE_DEBUG].</ol></p>
are only available when SQLite is compiled using [SQLITE_DEBUG].</ol></p>
<tcl>
foreach prag [lsort [array names PragmaBody]] {
  hd_fragment pragma_$prag
  foreach x $PragmaKeys($prag) {
    hd_keywords *$x "PRAGMA $x" "$x pragma"
  }
  hd_puts "<hr>"