Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Mention tab-completion in the change log for 3.20.0. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bc8bf74d883a571036536c2b0d3ee7df |
User & Date: | drh 2017-07-11 14:31:10.156 |
Context
2017-07-13
| ||
18:25 | Add a bullet point to the release notes about the new _pointer() interfaces. (check-in: 2ffb71a3a7 user: drh tags: trunk) | |
2017-07-11
| ||
14:31 | Mention tab-completion in the change log for 3.20.0. (check-in: bc8bf74d88 user: drh tags: trunk) | |
2017-07-10
| ||
20:11 | Updates to the change log for version 3.20.0 (check-in: 424efe1633 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
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 | } chng {2017-08-31 (3.20.0)} { <li> Update the text of error messages returned by [sqlite3_errmsg()] for some error codes. <li> Added the LSM1 extension <li> Added the [STMT virtual table] extension <li> Added the [sqlite3_prepare_v3()] and [sqlite3_prepare16_v3()] interfaces with the extra "prepFlags" parameters. <li> Provide the [SQLITE_PREPARE_PERSISTENT] flag [sqlite3_prepare_v3()] and use it to limit [lookaside memory] misuse by [FTS3], [FTS5], and the [R-Tree extension] <li> Added the [PRAGMA secure_delete=FAST] command. When secure_delete is set to FAST, old content is overwritten with zeros as long as that does not increase the amount of I/O. Deleted content might still persist on the [free-page list] but will be purged from all b-tree pages. <li> Enhancements to the [command-line shell]: <ul> <li> Add the ".cd" command. <li> Enhance the ".schema" command to show the schema of all attached databases. <li> Enhance ".tables" so that it shows the schema names for all attached if the name is anything other than "main". <li> The ".import" command ignores an initial UTF-8 BOM. <li> Added the "--newlines" option to the ".dump" command to cause U+000a and | > > > > | 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 50 | } chng {2017-08-31 (3.20.0)} { <li> Update the text of error messages returned by [sqlite3_errmsg()] for some error codes. <li> Added the LSM1 extension <li> Added the [STMT virtual table] extension <li> Added the COMPLETION table-valued function extension - designed to suggest tab-completions for interactive user interfaces. <li> Added the [sqlite3_prepare_v3()] and [sqlite3_prepare16_v3()] interfaces with the extra "prepFlags" parameters. <li> Provide the [SQLITE_PREPARE_PERSISTENT] flag [sqlite3_prepare_v3()] and use it to limit [lookaside memory] misuse by [FTS3], [FTS5], and the [R-Tree extension] <li> Added the [PRAGMA secure_delete=FAST] command. When secure_delete is set to FAST, old content is overwritten with zeros as long as that does not increase the amount of I/O. Deleted content might still persist on the [free-page list] but will be purged from all b-tree pages. <li> Enhancements to the [command-line shell]: <ul> <li> Add support for tab-completion using the COMPLETION extension, for both readline and linenoise. <li> Add the ".cd" command. <li> Enhance the ".schema" command to show the schema of all attached databases. <li> Enhance ".tables" so that it shows the schema names for all attached if the name is anything other than "main". <li> The ".import" command ignores an initial UTF-8 BOM. <li> Added the "--newlines" option to the ".dump" command to cause U+000a and |
︙ | ︙ |