Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a requirement mark in the pragma documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
517974ad509bb0d883bf8cee1d165441 |
User & Date: | drh 2010-12-01 12:57:38.000 |
Context
2010-12-07
| ||
16:40 | Updates to the change-log and news prior to the 3.7.4 release. (check-in: 9ccdbef023 user: drh tags: trunk) | |
2010-12-01
| ||
12:57 | Fix a requirement mark in the pragma documentation. (check-in: 517974ad50 user: drh tags: trunk) | |
11:23 | Change a testable statement mark in lang.in. (check-in: 05fc2c982b user: dan tags: trunk) | |
Changes
Changes to pages/pragma.in.
︙ | ︙ | |||
259 260 261 262 263 264 265 | [sqlite3_total_changes()] do not. } LegacyPragma default_cache_size { ^(<b>PRAGMA default_cache_size; <br>PRAGMA default_cache_size = </b><i>Number-of-pages</i><b>;</b></p> | < < > > | 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 | [sqlite3_total_changes()] do not. } LegacyPragma default_cache_size { ^(<b>PRAGMA default_cache_size; <br>PRAGMA default_cache_size = </b><i>Number-of-pages</i><b>;</b></p> <p>This pragma queries or sets the suggested maximum number of pages of disk cache that will be allocated per open database file.)^ ^The difference between this pragma and [cache_size] is that the value set here persists across database connections. ^The value of the default cache size is stored in the 4-byte big-endian integer located at offset 48 in the header of the database file. </p> DISCLAIMER } LegacyPragma empty_result_callbacks { <p><b>PRAGMA empty_result_callbacks; <br>PRAGMA empty_result_callbacks = </b><i>boolean</i><b>;</b></p> DISCLAIMER |
︙ | ︙ |