Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Enhancements to the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
06b9f7898d0febf1138a89811b4bf520 |
User & Date: | drh 2019-06-12 10:55:58.973 |
Context
2019-06-12
| ||
20:31 | Fix the description of how collation is computed to indicate that the collation is not blocked by a CAST operator. Fix for ticket https://www.sqlite.org/src/info/b148fa61059fb6c2. (check-in: 9f887f15e5 user: drh tags: trunk) | |
10:55 | Enhancements to the change log. (check-in: 06b9f7898d user: drh tags: trunk) | |
2019-06-11
| ||
15:54 | Clarify the semantics of a CAST to NUMERIC. Ticket https://www.sqlite.org/src/tktview/afdc5a29dc (check-in: 7a51b32537 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
27 28 29 30 31 32 33 34 35 36 37 38 39 40 | <li> Added the "[https://sqlite.org/src/file/ext/misc/dbdata.c|sqlite_dbdata]" virtual table for extracting raw low-level content from an SQLite database, even a database that is corrupt. <li> Enhancements to the [CLI]: <ol type="a"> <li> Add the ".recover" command which tries to recover as much content as possible from a corrupt database file. </ol> } chng {2019-04-16 (3.28.0)} { <li> Enhanced [window functions]: <ol type="a"> <li> Add support the [EXCLUDE clause]. | > > | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <li> Added the "[https://sqlite.org/src/file/ext/misc/dbdata.c|sqlite_dbdata]" virtual table for extracting raw low-level content from an SQLite database, even a database that is corrupt. <li> Enhancements to the [CLI]: <ol type="a"> <li> Add the ".recover" command which tries to recover as much content as possible from a corrupt database file. <li> Add the ".filectrl" command useful for testing. <li> Add the long-standing ".testctrl" command to the ".help" menu. </ol> } chng {2019-04-16 (3.28.0)} { <li> Enhanced [window functions]: <ol type="a"> <li> Add support the [EXCLUDE clause]. |
︙ | ︙ |