Documentation Source Text

Check-in [c7eb4e0706]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Mention the anycollseq.c loadable extension in the release notes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c7eb4e07063a768ca71e9153b7162b09c0b10369d3f965dff2cf19f4aee2b009
User & Date: drh 2017-05-12 20:17:26.685
Context
2017-05-12
21:05
Hyperlinks to the faster-than-the-filesystem report from the two application-file-format articles. (check-in: a79b7fc8f1 user: drh tags: trunk)
20:17
Mention the anycollseq.c loadable extension in the release notes. (check-in: c7eb4e0706 user: drh tags: trunk)
02:13
Fix typo in the change log. (check-in: 6aca55b1f8 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
45
46
47
48
49
50
51




52
53
54
55
56
57
58
     once in the same query.
<li> Enhance [PRAGMA integrity_check] so that it identifies tables that have two
     or more rows with the same [rowid].
<li> Enhance the [FTS5] query syntax so that [FTS5 column filters|column filters]
     may be applied to arbitrary expressions.
<li> Enhance the [json_extract()] function to cache and reuse parses of JSON
     input text.




<p><b>Bug Fixes:</b>
<li> Fix a problem in [REPLACE] that can result in a corrupt database containing
     two ore more rows with the same [rowid].  Fix for ticket
     [https://www.sqlite.org/src/info/f68dc596c4e6018d|f68dc596c4e6018d].
<li> Fix a problem in [PRAGMA integrity_check] that was causing a subsequent
     [VACUUM] to behave suboptimally.
<li> Fix the [PRAGMA foreign_key_check] command so that it works correctly with







>
>
>
>







45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
     once in the same query.
<li> Enhance [PRAGMA integrity_check] so that it identifies tables that have two
     or more rows with the same [rowid].
<li> Enhance the [FTS5] query syntax so that [FTS5 column filters|column filters]
     may be applied to arbitrary expressions.
<li> Enhance the [json_extract()] function to cache and reuse parses of JSON
     input text.
<li> Added the [https://sqlite.org/src/file/ext/misc/anycollseq.c|anycollseq.c]
     [loadable extension] that allows a generic SQLite database connection to
     read a schema that contains unknown and/or
     application-specific [collating sequences].
<p><b>Bug Fixes:</b>
<li> Fix a problem in [REPLACE] that can result in a corrupt database containing
     two ore more rows with the same [rowid].  Fix for ticket
     [https://www.sqlite.org/src/info/f68dc596c4e6018d|f68dc596c4e6018d].
<li> Fix a problem in [PRAGMA integrity_check] that was causing a subsequent
     [VACUUM] to behave suboptimally.
<li> Fix the [PRAGMA foreign_key_check] command so that it works correctly with