Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix another incorrect date on 3.30.1. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | branch-3.30 |
Files: | files | file ages | folders |
SHA3-256: |
c2a33222f03dbb8e243261e51726dc31 |
User & Date: | drh 2019-12-02 21:36:38.977 |
Context
2019-12-14
| ||
11:02 | Fix typo on the schema_version pragma documentation. (check-in: 2a413e2e3e user: drh tags: branch-3.30) | |
2019-12-02
| ||
21:36 | Fix another incorrect date on 3.30.1. (check-in: c2a33222f0 user: drh tags: branch-3.30) | |
21:35 | Fix the date on the 3.30.1 release, which was off by 3:21. (check-in: 12a0fc2e35 user: drh tags: branch-3.30) | |
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 {2019-10-10 (3.30.1)} { <li> Fix a bug in the [query flattener] that might cause a segfault for nested queries that use the new [FILTER clause on aggregate functions]. Ticket [https://www.sqlite.org/src/info/1079ad19993d13fa|1079ad19993d13fa] <li> Cherrypick fixes for other obscure problems found since the 3.30.0 release <p><b>Hashes:</b> |
︙ | ︙ |