Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 3.28.0 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-3.28.0 |
Files: | files | file ages | folders |
SHA3-256: |
8084bf3aafbfbb843c54656413384d6c |
User & Date: | drh 2019-04-16 19:52:40.597 |
Context
2019-04-17
| ||
15:17 | Additional information about the SQLITE_IOERR_SHMSIZE error code. (check-in: 5c5e6f523a user: drh tags: trunk) | |
2019-04-16
| ||
19:52 | Version 3.28.0 (check-in: 8084bf3aaf user: drh tags: trunk, release, version-3.28.0) | |
17:15 | Fix typos. (check-in: 5bdcbe6918 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
84 85 86 87 88 89 90 | <li> Improved robustness against corrupt database files. <li> Miscellaneous performance enhancements <li> Established a Git mirror of the offical SQLite source tree. The canonical sources for SQLite are maintained using the [https://fossil-scm.org/|Fossil DVCS] at [https://sqlite.org/src]. The Git mirror can be seen at [https://github.com/sqlite/sqlite]. <p><b>Hashes:</b> | | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | <li> Improved robustness against corrupt database files. <li> Miscellaneous performance enhancements <li> Established a Git mirror of the offical SQLite source tree. The canonical sources for SQLite are maintained using the [https://fossil-scm.org/|Fossil DVCS] at [https://sqlite.org/src]. The Git mirror can be seen at [https://github.com/sqlite/sqlite]. <p><b>Hashes:</b> <li>SQLITE_SOURCE_ID: 2019-04-16 19:49:53 884b4b7e502b4e991677b53971277adfaf0a04a284f8e483e2553d0f83156b50 <li>SHA3-256 for sqlite3.c: 411efca996b65448d9798eb203d6ebe9627b7161a646f5d00911e2902a57b2e9 } chng {2019-02-25 (3.27.2)} { <li> Fix a bug in the IN operator that was introduced by an attempted optimization in version 3.27.0. Ticket [https://www.sqlite.org/src/info/df46dfb631f75694|df46dfb631f75694] <li> Fix a bug causing a crash when a [window function] is misused. Ticket |
︙ | ︙ |
Changes to pages/chronology.in.
︙ | ︙ | |||
24 25 26 27 28 29 30 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | # ORDER BY mtime DESC; # # A small amount of manual editing and de-duplication followed. # # Manually edit the list for each subsequent release. # foreach line [split { 884b4b7e50|2019-04-16|Version 3.28.0 bd49a8271d|2019-02-25|Version 3.27.2 0eca3dd3d3|2019-02-08|Version 3.27.1 97744701c3|2019-02-07|Version 3.27.0 bf8c1b2b7a|2018-12-01|Version 3.26.0 89e099fbe5|2018-11-05|Version 3.25.3 fb90e7189a|2018-09-25|Version 3.25.2 2ac9003de4|2018-09-18|Version 3.25.1 |
︙ | ︙ |