Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo on the 3.8.4.3 news page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7401266cf077e8d47ff4baa2c3d006e3 |
User & Date: | drh 2014-04-05 12:04:54.242 |
Context
2014-04-21
| ||
13:12 | Update the FAQ. (check-in: eb122dda42 user: drh tags: trunk) | |
2014-04-05
| ||
12:04 | Fix a typo on the 3.8.4.3 news page. (check-in: 7401266cf0 user: drh tags: trunk) | |
2014-04-03
| ||
17:07 | Version 3.8.4.3 (check-in: 2482a30724 user: drh tags: trunk, release, version-3.8.4.3) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
17 18 19 20 21 22 23 | {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2014-04-03} {Release 3.8.4.3} { <p>The optimizations added in [version 3.8.4] caused some queries that involve | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | {<a href="http://www.sqlite.org/cvstrac/tktview?tn=\1">\0</a>} txt hd_resolve "<blockquote>$txt</blockquote>" hd_puts "<hr width=\"50%\">" } newsitem {2014-04-03} {Release 3.8.4.3} { <p>The optimizations added in [version 3.8.4] caused some queries that involve subqueries in the FROM clause, DISTINCT, and ORDER BY clauses, to give an incorrect result. See [http://www.sqlite.org/src/info/98825a79ce145686392d8074032ae54863aa21a3| ticket 98825a79ce145] for details. This release adds a [http://www.sqlite.org/src/fdiff?sbs=1&v1=7d539cedb1c&v2=ebad891b7494d&smhdr|one-character change] to a single line of code to fix the problem. } |
︙ | ︙ |