Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typos in the changelog for 3.28.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6bd3d16e853124be5d253d1e6f414045 |
User & Date: | drh 2019-03-07 00:26:12.779 |
Context
2019-03-14
| ||
01:05 | Fix a documentation typo. No changes to code. (check-in: 81fdc2faea user: mistachkin tags: trunk) | |
2019-03-07
| ||
00:26 | Fix typos in the changelog for 3.28.0. (check-in: 6bd3d16e85 user: drh tags: trunk) | |
2019-03-06
| ||
15:16 | Add the new sqlite3_stmt_isexplain() interface to the change log. (check-in: 13e71499bd user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
44 45 46 47 48 49 50 | an empty BLOB rather than throwing an out-of-memory error when reading an empty file. </ol> <li> Added the [https://sqlite.org/src/file/ext/misc/fossildelta.c|fossildelta.c] extension that can create, apply, and deconstruct the [https://fossil-scm.org/fossil/doc/trunk/www/delta_format.wiki|Fossil DVCS file delta format] that is used by the [RBU extension]. | | | | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | an empty BLOB rather than throwing an out-of-memory error when reading an empty file. </ol> <li> Added the [https://sqlite.org/src/file/ext/misc/fossildelta.c|fossildelta.c] extension that can create, apply, and deconstruct the [https://fossil-scm.org/fossil/doc/trunk/www/delta_format.wiki|Fossil DVCS file delta format] that is used by the [RBU extension]. <li> The [fts3_tokenizer()] function is restricted to return only NULL values unless application-defined FTS3 tokenizers are enabled using the [sqlite3_db_config]([SQLITE_DBCONFIG_ENABLE_FTS3_TOKENIZER]) setting. <li> Improved robustnessness against corrupt database files. <li> Miscellaneous performance enhancements } 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] |
︙ | ︙ |