Documentation Source Text

Check-in [ef63e519c2]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update the changes log for recent addition to 3.7.6.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: ef63e519c210db029c5da6b742df3e5f4d5e143f
User & Date: drh 2011-03-17 14:13:20.043
Context
2011-03-17
14:13
Add Nokia back to the list of sponsors. (check-in: 1fe83b7e46 user: drh tags: trunk)
14:13
Update the changes log for recent addition to 3.7.6. (check-in: ef63e519c2 user: drh tags: trunk)
2011-03-16
07:03
Fix a typo in fts3.in. (check-in: c605c75c11 user: dan tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
48
49
50
51
52
53
54





55
56
57
58
59
60
61
<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> Enhancements to FTS4:  <i>Description TBD...</i>
}

chng {2011 February 01 (3.7.5)} {
<li> Added the [sqlite3_vsnprintf()] interface.
<li> Added the [SQLITE_DBSTATUS_LOOKASIDE_HIT],
     [SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE], and







>
>
>
>
>







48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<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 what 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> Enhancements to FTS4:  <i>Description TBD...</i>
}

chng {2011 February 01 (3.7.5)} {
<li> Added the [sqlite3_vsnprintf()] interface.
<li> Added the [SQLITE_DBSTATUS_LOOKASIDE_HIT],
     [SQLITE_DBSTATUS_LOOKASIDE_MISS_SIZE], and