Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change log to mention VxWorks support. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ba1c4ee6c3397e505d5515ee541e9940 |
User & Date: | drh 2015-03-09 19:43:02.215 |
Context
2015-03-09
| ||
19:43 | Merge the tempfiles.html type fix from the 3.8.8 branch. (check-in: 685ed5c5f4 user: drh tags: trunk) | |
19:43 | Update the change log to mention VxWorks support. (check-in: ba1c4ee6c3 user: drh tags: trunk) | |
2015-03-07
| ||
11:16 | Improve the documentation of fts5 auxiliary functions. (check-in: a358d9babf user: dan tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | proc chng {date desc {options {}}} { global nChng aChng set aChng($nChng) [list $date $desc $options] incr nChng } chng {2015-04-00 (3.8.9)} { <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 | > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | proc chng {date desc {options {}}} { 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 |
︙ | ︙ |