Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the News. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c6e5d6072311c80dacf011481eed9d4f |
User & Date: | drh 2013-12-02 21:45:29.310 |
Context
2013-12-06
| ||
14:57 | Update the changelog with the source-id and sha1 sums for version 3.8.2. (check-in: e22d41d36f user: dan tags: trunk) | |
2013-12-02
| ||
21:45 | Fix a typo in the News. (check-in: c6e5d60723 user: drh tags: trunk) | |
2013-11-27
| ||
19:20 | Add a tentative news item for the 3.8.2 release. Updates to CAST documentation. Fix typos. (check-in: 825b2c6448 user: drh tags: trunk) | |
Changes
Changes to pages/news.in.
︙ | ︙ | |||
43 44 45 46 47 48 49 | value being accessed is really a floating point number, they are also affected by this change. <p>Besides the two changes mentioned above, the 3.8.2 release also includes a number of performance enhancements. The [skip-scan optimization] is now available for databases that have been processed by [ANALYZE]. Constant SQL functions are now factored out of | | | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | value being accessed is really a floating point number, they are also affected by this change. <p>Besides the two changes mentioned above, the 3.8.2 release also includes a number of performance enhancements. The [skip-scan optimization] is now available for databases that have been processed by [ANALYZE]. Constant SQL functions are now factored out of inner loops, which can result in a significant speedup for queries that contain WHERE clause terms like "date>datetime('now','-2 days')". And various high-runner internal routines have been refactored for reduced CPU load. } newsitem {2013-10-17} {Release 3.8.1} { <p>SQLite [version 3.8.1] is a regularly scheduled maintenance release. |
︙ | ︙ |