Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix duplicate ticket link in the change log for 3.23.1. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4d52786c5d8c0b200751a2642364c96f |
User & Date: | drh 2018-04-11 11:29:31.609 |
Context
2018-04-11
| ||
14:29 | Update the whynotgit.html article. (check-in: e9e9759f68 user: drh tags: trunk) | |
11:29 | Fix duplicate ticket link in the change log for 3.23.1. (check-in: 4d52786c5d user: drh tags: trunk) | |
03:33 | Fix a typo in the whynotgit.html page. (check-in: 36bacb0ca7 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
20 21 22 23 24 25 26 | set xrefChng($date) $nChng incr nChng } chng {2018-04-10 (3.23.1)} { <li> Fix two problems in the new [LEFT JOIN strength reduction optimization]. Tickets [https://sqlite.org/src/info/1e39b966ae9ee739|1e39b966ae9ee739] | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | set xrefChng($date) $nChng incr nChng } chng {2018-04-10 (3.23.1)} { <li> Fix two problems in the new [LEFT JOIN strength reduction optimization]. Tickets [https://sqlite.org/src/info/1e39b966ae9ee739|1e39b966ae9ee739] and [https://sqlite.org/src/info/fac496b61722daf2|fac496b61722daf2]. <li> Fix misbehavior of the FTS5 xBestIndex method. Ticket [https://sqlite.org/src/info/2b8aed9f7c9e61e8|2b8aed9f7c9e61e8]. <li> Fix a harmless reference to an uninitialized virtual machine register. Ticket [https://sqlite.org/src/info/093420fc0eb7cba7|093420fc0eb7cba7]. <li> Fix the [CLI] so that it builds with -DSQLITE_UNTESTABLE <li> Fix the [https://sqlite.org/src/file/ext/misc/eval.c|eval.c] extension so that it works with [PRAGMA empty_result_callbacks=ON]. |
︙ | ︙ |