Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Keep FTS5 experimental for at least one more release cycle. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7ef90a2ddebf7686fa265c51e3144d12 |
User & Date: | drh 2015-10-09 15:01:54.632 |
Context
2015-10-09
| ||
15:46 | Add a report of the SEE corruption bug to the 3.9.0 release notes. (check-in: 8b38705a3d user: drh tags: trunk) | |
15:01 | Keep FTS5 experimental for at least one more release cycle. (check-in: 7ef90a2dde user: drh tags: trunk) | |
14:45 | Further updates in support of 3.9.0. Mark FTS5 has being officially released. (check-in: d9e14a871b user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
22 23 24 25 26 27 28 | <p><b>Policy Changes:</b> <li>The [version numbering conventions] for SQLite are revised to use the emerging standard of [http://semver.org/|semantic versioning]. <p><b>New Features And Enhancements:</b> <li>Added [the json1 extension] module in the source tree, and in the [amalgamation]. Enable support using the [SQLITE_ENABLE_JSON1] compile-time option. <li>Added [FTS5|Full Text Search version 5 (FTS5)] to the [amalgamation], enabled | | > | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <p><b>Policy Changes:</b> <li>The [version numbering conventions] for SQLite are revised to use the emerging standard of [http://semver.org/|semantic versioning]. <p><b>New Features And Enhancements:</b> <li>Added [the json1 extension] module in the source tree, and in the [amalgamation]. Enable support using the [SQLITE_ENABLE_JSON1] compile-time option. <li>Added [FTS5|Full Text Search version 5 (FTS5)] to the [amalgamation], enabled using [SQLITE_ENABLE_FTS5]. FTS5 will be considered "experimental" (subject to incompatible changes) for at least one more release cycle. <li>The [CREATE VIEW] statement now accepts an optional list of column names following the view name. <li>Added support for [indexes on expressions]. <li>Added support for [table-valued functions] in the FROM clause of a [SELECT] statement. <li>Added support for [eponymous virtual tables]. <li>A [VIEW] may now reference undefined tables and functions when |
︙ | ︙ |