Documentation Source Text

Check-in [c325f3aaed]
Login

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

Overview
Comment:Add new fts5vocab virtual table type - "instance" - to the changelog for 3.21.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c325f3aaed2fc7a200a845a5a2bf677955179cd615cb902f3e3b7cab03891f5c
User & Date: dan 2017-10-18 16:08:19.300
Context
2017-10-21
20:59
New updates to the change log for the 3.21.0 release. (check-in: 9654c88db8 user: drh tags: trunk)
2017-10-18
16:08
Add new fts5vocab virtual table type - "instance" - to the changelog for 3.21. (check-in: c325f3aaed user: dan tags: trunk)
2017-10-12
14:08
Updates to the change log for 3.21.0 (check-in: 90735e2235 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
52
53
54
55
56
57
58


59
60
61
62
63
64
65
     into the [xBestIndex] method of virtual tables.
<li> Enhanced the [CSV virtual table] so that it accepts the last row of
     input if the final new-line character is missing.
<li> Remove the rarely-used "scratch" memory allocator.  Replace it with the
     [SQLITE_CONFIG_SMALL_MALLOC] configuration setting that gives SQLite
     a hint that large memory allocations should be avoided when possible.
<li> Added the swarm virtual table to the existing union virtual table extension.


<li> Remove a call to rand_s() in the Windows VFS since it was causing problems
     in Firefox on some laptops.
<li> The [https://sqlite.org/src/finfo?name=src/shell.c|src/shell.c] source code
     to the [command-line shell] is no longer under version control.  That file
     is now generated as part of the build process.
<li> Miscellaneous [microoptimizations] reduce CPU usage by about 2.1%.
<li> Bug fixes:







>
>







52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
     into the [xBestIndex] method of virtual tables.
<li> Enhanced the [CSV virtual table] so that it accepts the last row of
     input if the final new-line character is missing.
<li> Remove the rarely-used "scratch" memory allocator.  Replace it with the
     [SQLITE_CONFIG_SMALL_MALLOC] configuration setting that gives SQLite
     a hint that large memory allocations should be avoided when possible.
<li> Added the swarm virtual table to the existing union virtual table extension.
<li> Add a new type of fts5vocab virtual table - "instance" - that provides
     direct access to an FTS5 full-text index at the lowest possible level.
<li> Remove a call to rand_s() in the Windows VFS since it was causing problems
     in Firefox on some laptops.
<li> The [https://sqlite.org/src/finfo?name=src/shell.c|src/shell.c] source code
     to the [command-line shell] is no longer under version control.  That file
     is now generated as part of the build process.
<li> Miscellaneous [microoptimizations] reduce CPU usage by about 2.1%.
<li> Bug fixes: