Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add sqlite3_status64() to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
0f26ee931b3f094fb43f8568e7d41efb |
User & Date: | drh 2015-03-23 20:07:59.410 |
Context
2015-03-24
| ||
21:36 | Omit the SQLITE_STDCALL and SQLITE_CDECL macros from the API documentation. (check-in: c0f3adb87d user: drh tags: trunk) | |
2015-03-23
| ||
20:07 | Add sqlite3_status64() to the change log. (check-in: 0f26ee931b user: drh tags: trunk) | |
13:25 | Merge in fixes from the 3.8.8 branch. (check-in: a17575cedc user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2015-04-00 (3.8.9)} { <li>Add VxWorks-7 as an officially supported and tested platform. <li>Added the [PRAGMA index_xinfo] command. <li>Fix a potential 32-bit integer overflow problem in the [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces. <li>Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using [SQLITE_OMIT_AUTORESET]. <li>Correct miscounts in the sqlite3_analyzer.exe utility related | > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2015-04-00 (3.8.9)} { <li>Add VxWorks-7 as an officially supported and tested platform. <li>Added the [sqlite3_status64()] interface. <li>Fix memory size tracking so that it works even if SQLite uses more than 2GiB of memory. <li>Added the [PRAGMA index_xinfo] command. <li>Fix a potential 32-bit integer overflow problem in the [sqlite3_blob_read()] and [sqlite3_blob_write()] interfaces. <li>Ensure that prepared statements automatically reset on extended error codes of SQLITE_BUSY and SQLITE_LOCKED even when compiled using [SQLITE_OMIT_AUTORESET]. <li>Correct miscounts in the sqlite3_analyzer.exe utility related |
︙ | ︙ |