Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Push back the proposed release date for 3.31.0 by a month. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
157fdd299bb85495e975d5c7c536eb51 |
User & Date: | drh 2019-12-26 01:22:21.627 |
Context
2020-01-10
| ||
00:00 | Reference the trusted_schema capability in the 3.31.0 change log. (check-in: 0fc93d49ce user: drh tags: trunk) | |
2019-12-26
| ||
01:22 | Push back the proposed release date for 3.31.0 by a month. (check-in: 157fdd299b user: drh tags: trunk) | |
2019-12-24
| ||
02:33 | Document the fact that the R-Tree extension is not capable of doing simultaneous reads and writes. (check-in: a8afb2f905 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | proc chng {date desc {options {}}} { global nChng aChng xrefChng set aChng($nChng) [list $date $desc $options] set xrefChng($date) $nChng incr nChng } chng {2020-01-31 (3.31.0)} { <li>Add support for [generated columns]. <li>Add the [sqlite3_hard_heap_limit64()] interface and the corresponding [PRAGMA hard_heap_limit] command. <li>Add the [DBSTAT aggregated mode|aggregated mode] feature to the [DBSTAT virtual table]. <li>Add the [SQLITE_OPEN_NOFOLLOW] option to [sqlite3_open_v2()] that prevents SQLite from opening symbolic links. |
︙ | ︙ |