Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change log for the zeroblob64() interfaces. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
ea601769ef8928f2fd0e8fbd1400b55b |
User & Date: | drh 2015-07-24 20:37:37.099 |
Context
2015-07-27
| ||
10:52 | Add news for the 3.8.11 release. Tweaks to the testing document and to the change log. (check-in: 0b7f40e93e user: drh tags: trunk) | |
2015-07-24
| ||
20:37 | Update the change log for the zeroblob64() interfaces. (check-in: ea601769ef user: drh tags: trunk) | |
2015-07-23
| ||
22:05 | Improvements to the change log. (check-in: 12a7bb44f4 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | + + | number of CPU cycles relative to the previous release. SQLite now runs twice as fast as [version 3.8.0] and three times as fast as [version 3.3.9]. (Measured using [http://valgrind.org/docs/manual/cg-manual.html|cachegrind] on the [http://www.sqlite.org/src/artifact/83f6b3318f7ee|speedtest1.c] workload on Ubuntu 14.04 x64 with gcc 4.8.2 and -Os. Your performance may vary.) <li>Added the [sqlite3_result_zeroblob64()] and [sqlite3_bind_zeroblob64()] interfaces. <p><b>Important bug fixes:</b> <li>Fix [CREATE TABLE AS] so that columns of type TEXT never end up holding an INT value. Ticket [https://www.sqlite.org/src/info/f2ad7de056ab1dc9200|f2ad7de056ab1dc9200] <li>Fix [CREATE TABLE AS] so that it does not leave NULL entries in the [sqlite_master table] if the SELECT statement on the right-hand side aborts with an error. Ticket |
︙ |