Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the change log for 3.7.6. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
055d224c39088cae07c8be6812b6a4dc |
User & Date: | drh 2011-04-06 19:40:57.054 |
Context
2011-04-07
| ||
11:14 | Fix a typo in pragma.html. "RESTART" is a valid parameter to use with "PRAGMA wal_checkpoint", not "RESET". (check-in: 486f3e085d user: dan tags: trunk) | |
2011-04-06
| ||
19:40 | Fix a typo in the change log for 3.7.6. (check-in: 055d224c39 user: drh tags: trunk) | |
15:26 | Fix the build-product name recipe at the bottom of the download page. (check-in: e538d8674b user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
48 49 50 51 52 53 54 | <li> Improvements to the query planner so that it makes better estimates of plan costs and hence does a better job of choosing the right plan, especially when [SQLITE_ENABLE_STAT2] is used. <li> Fix a bug which prevented deferred foreign key constraints from being enforced when [sqlite3_finalize()] was not called by one statement with a failed foreign key constraint prior to another statement with foreign key constraints running. | | | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | <li> Improvements to the query planner so that it makes better estimates of plan costs and hence does a better job of choosing the right plan, especially when [SQLITE_ENABLE_STAT2] is used. <li> Fix a bug which prevented deferred foreign key constraints from being enforced when [sqlite3_finalize()] was not called by one statement with a failed foreign key constraint prior to another statement with foreign key constraints running. <li> Integer arithmetic operations that would have resulted in overflow are now performed using floating-point instead. <li> Increased the version number on the [sqlite3_vfs | VFS object] to 3 and added new methods xSetSysCall, xGetSysCall, and xNextSysCall used for doing full-coverage testing. <li> Increase the maximum value of [SQLITE_MAX_ATTACHED] from 30 to 62 (though the default value remains at 10). <li> Enhancements to FTS4: |
︙ | ︙ |