Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo correction and enhancement to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a9cecdf9e83c153ec7478435932ac131 |
User & Date: | drh 2013-05-03 17:55:39.308 |
Context
2013-05-06
| ||
12:14 | Fix a typo and clarify wording on the loadext.html page. (check-in: f35f69d86e user: drh tags: trunk) | |
2013-05-03
| ||
17:55 | Typo correction and enhancement to the change log. (check-in: a9cecdf9e8 user: drh tags: trunk) | |
17:51 | Still more edits to the application file format text. (check-in: 6ef8771745 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
41 42 43 44 45 46 47 | hd_enable_main 1 } } chng {2013-05-22 (3.7.17)} { <li>Add support for [memory-mapped I/O]. <li>Add the [sqlite3_strglob()] convenience interface. <li>Assigned the integer at offset 68 in the [database header] as the | > | < | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | hd_enable_main 1 } } chng {2013-05-22 (3.7.17)} { <li>Add support for [memory-mapped I/O]. <li>Add the [sqlite3_strglob()] convenience interface. <li>Assigned the integer at offset 68 in the [database header] as the [Application ID] for when SQLite is used as an [application file-format]. Added the [PRAGMA application_id] command to query and set the Application ID. <li>Report rollback recovery in the [error log] as SQLITE_NOTICE_RECOVER_ROLLBACK. Change the error log code for WAL recover from SQLITE_OK to SQLITE_NOTICE_RECOVER_WAL. <li>Report the risky uses of [unlinked database files] and [database filename aliasing] as SQLITE_WARNING messages in the [error log]. <li>Added the [SQLITE_TRACE_SIZE_LIMIT] compile-time option. <li>Increase the default value of [SQLITE_MAX_SCHEMA_RETRY] to 50 and make sure |
︙ | ︙ |
Changes to pages/fileformat2.in.
︙ | ︙ | |||
348 349 350 351 352 353 354 | <p>^The 4-byte big-endian integer at offset 68 is an "Application ID" that can be set by the [PRAGMA application_id] command in order to identify the database as belonging to or associated with a particular application. The application ID is intended for database files used as an [application file-format]. The application ID can be used by utilities such as [http://www.darwinsys.com/file/ | file(1)] can determine the specific | | | 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 | <p>^The 4-byte big-endian integer at offset 68 is an "Application ID" that can be set by the [PRAGMA application_id] command in order to identify the database as belonging to or associated with a particular application. The application ID is intended for database files used as an [application file-format]. The application ID can be used by utilities such as [http://www.darwinsys.com/file/ | file(1)] can determine the specific file type rather than just reporting "SQLite3 Database". A list of assigned application IDs can be seen by consulting the [http://www.sqlite.org/src/artifact?ci=trunk&filename=magic.txt|magic.txt] file in the SQLite source repository.</p> <tcl>hd_fragment validfor {version-valid-for number}</tcl> <h4>1.2.16 Write library version number and version-valid-for number</h4> |
︙ | ︙ |