Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the change log. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3eb9aa1196e6ba297971b78f89034275 |
User & Date: | drh 2017-07-24 12:05:12.939 |
Context
2017-07-24
| ||
13:24 | Add requirements marks on the deterministic.html document. (check-in: c705444999 user: drh tags: trunk) | |
12:05 | Fix a typo in the change log. (check-in: 3eb9aa1196 user: drh tags: trunk) | |
12:01 | Merge hyperlink fixes from the 3.19 branch. (check-in: 727dbfb460 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - + | 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]. <li> Added the [sqlite3_prepare_v3()] and [sqlite3_prepare16_v3()] interfaces with the extra "prepFlags" parameters. |
︙ |