Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Restore text mistakenly deleted from the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f9a896f5c0e0b6bbc7f90ad7050a9857 |
User & Date: | drh 2017-07-24 12:00:49.966 |
Context
2017-07-24
| ||
12:01 | Merge hyperlink fixes from the 3.19 branch. (check-in: 727dbfb460 user: drh tags: trunk) | |
12:00 | Restore text mistakenly deleted from the change log. (check-in: f9a896f5c0 user: drh tags: trunk) | |
11:34 | Typos and clarifications to the pointer-passing document. (check-in: 8d02ad5577 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 | the fts5_api pointer. <li> [carray(PTR,N)] → requires [sqlite3_bind_pointer()] to set the PTR parameter. <li> [https://www.sqlite.org/src/file/ext/misc/remember.c|remember(V,PTR)] → requires [sqlite3_bind_pointer()] to set the PTR parameter. </ul> <li> Added the [SQLITE_STMT virtual table] extension. <li> Added the [COMPLETION extension] - designed to suggest <li> Added the [UNION virtual table] extension. tab-completions for interactive user interfaces. This is a work in progress. Expect further enhancements in future releases. <li> The built-in [date and time functions] have been enhanced so that they can be used within [CHECK constraints], [indexes on expressions], and in the WHERE clause of a [partial index], provided that they do not use the 'now', 'localtime', or 'utc' keywords. [date/time special case|Futher information]. | > > | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | the fts5_api pointer. <li> [carray(PTR,N)] → requires [sqlite3_bind_pointer()] to set the PTR parameter. <li> [https://www.sqlite.org/src/file/ext/misc/remember.c|remember(V,PTR)] → requires [sqlite3_bind_pointer()] to set the PTR parameter. </ul> <li> Added the [SQLITE_STMT virtual table] extension. <li> Added the [COMPLETION extension] - designed to suggest tab-completions for interactive user interfaces. This is a work in progress. Expect further enhancements in future releases. <li> Added the [UNION virtual table] extension. tab-completions for interactive user interfaces. This is a work in progress. Expect further enhancements in future releases. <li> The built-in [date and time functions] have been enhanced so that they can be used within [CHECK constraints], [indexes on expressions], and in the WHERE clause of a [partial index], provided that they do not use the 'now', 'localtime', or 'utc' keywords. [date/time special case|Futher information]. |
︙ | ︙ |