Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the 3.8.6 news item. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9af7ac771fb0a66c71907c499b09da0e |
User & Date: | drh 2014-08-14 14:37:44.434 |
Context
2014-08-14
| ||
14:39 | Change an "is" to a "was" in the news. (check-in: 7ca803de2b user: drh tags: trunk) | |
14:37 | Update the 3.8.6 news item. (check-in: 9af7ac771f user: drh tags: trunk) | |
13:06 | Fix typos. (check-in: 09088d9a21 user: drh tags: trunk) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
34 35 36 37 38 39 40 | for further information. In addition to fixing this bug, the [PRAGMA integrity_check] command has been enhanced to detect non-uniqueness in UNIQUE indices, so that if this bug did introduce any problems in databases, those problems can be easily detected. <p>Other noteworthy changes include the addition of support for [hexadecimal integers] (ex: 0x1234), and performance enhancements | | > | > > > > > > > > > > > | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | for further information. In addition to fixing this bug, the [PRAGMA integrity_check] command has been enhanced to detect non-uniqueness in UNIQUE indices, so that if this bug did introduce any problems in databases, those problems can be easily detected. <p>Other noteworthy changes include the addition of support for [hexadecimal integers] (ex: 0x1234), and performance enhancements to the [IN operator] which, according to [http://www.mail-archive.com/sqlite-users%40sqlite.org/msg85350.html|mailing list reports], help some queries run up to five times faster. <p>Version 3.8.6 uses 25% fewer CPU cycles than version 3.8.0 from approximately one year ago, according to [http://valgrind.org/|valgrind] and the [http://www.sqlite.org/src/artifact/d29c8048beb7e|test/speedtest1.c] test program. On the other hand, the compiled binary for version 3.8.6 is about 5% larger than 3.8.0. The size increase is due in part to the addition of new features such as [WITHOUT ROWID] tables and [common table expressions]. } newsitem {2014-06-04} {Release 3.8.5} { <p>SQLite [version 3.8.5] is a regularly scheduled maintenance release. Upgrading from the previous version is recommended. <p>Version 3.8.5 fixes more than a dozen obscure bugs. None of these |
︙ | ︙ |