Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
22f1dff034873f32936cc4c821d07334 |
User & Date: | drh 2018-12-10 11:48:59.737 |
Context
2018-12-10
| ||
12:08 | Improvements to the homepage. (check-in: 893d161a74 user: drh tags: trunk) | |
11:48 | Update the change log. (check-in: 22f1dff034 user: drh tags: trunk) | |
00:52 | Begin a new change log entries for 3.27.0. (check-in: 41f9becb46 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
21 22 23 24 25 26 27 28 29 30 31 32 33 34 | incr nChng } chng {2019-02-00 (3.27.0)} { <li>Added the [VACUUM INTO] command <li>Issue an SQLITE_WARNING message on the [error log] if a [double-quoted string literal] is used. } chng {2018-12-01 (3.26.0)} { <li>Optimization: When doing an [UPDATE] on a table with [indexes on expressions], do not update the expression indexes if they do not refer to any of the columns of the table being updated. <li>Allow the [xBestIndex()] method of [virtual table] implementations to return | > > > > > > > > > > > > > > > | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | incr nChng } chng {2019-02-00 (3.27.0)} { <li>Added the [VACUUM INTO] command <li>Issue an SQLITE_WARNING message on the [error log] if a [double-quoted string literal] is used. <li>The [sqlite3_normalized_sql()] interface works on any prepared statement created using [sqlite3_prepare_v2()] or [sqlite3_prepare_v3()]. It is no longer necessary to use [sqlite3_prepare_v3()] with [SQLITE_PREPARE_NORMALIZE] in order to use [sqlite3_normalized_sql()]. <li>Add the remove_diacritics=2 option to [FTS3] and [FTS5]. <p><b>Bug fixes:</b> <li>Do not use a partial index to do a table scan on an IN operator. Ticket [https://www.sqlite.org/src/info/1d958d90596593a774|1d958d90596593a774]. <li>Fix the [query flattener] so that it works on queries that contain subqueries that use [window functions]. Ticket [https://www.sqlite.org/src/info/f09fcd17810f65f717|709fcd17810f65f717] <li>Ensure that ALTER TABLE modifies table and column names embedded in WITH clauses that are part of views and triggers. <li>Fix a parser bug that prevented the use of parentheses around table-valued functions. } chng {2018-12-01 (3.26.0)} { <li>Optimization: When doing an [UPDATE] on a table with [indexes on expressions], do not update the expression indexes if they do not refer to any of the columns of the table being updated. <li>Allow the [xBestIndex()] method of [virtual table] implementations to return |
︙ | ︙ |