Documentation Source Text

Check-in [b51db44405]
Login

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

Overview
Comment:Fix a typo on the change list for version 3.7.6.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b51db44405861e1e432e7e3ba75db5c3bca54748
User & Date: drh 2011-02-19 15:54:08.125
Context
2011-02-21
14:46
Add a FAQ to for the ECCN for SQLite. (check-in: 4787eddcd9 user: drh tags: trunk)
2011-02-19
15:54
Fix a typo on the change list for version 3.7.6. (check-in: b51db44405 user: drh tags: trunk)
15:53
Update the working on the "warning message" FAQ in response to complaints on the mailing list. (check-in: cea598a713 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/changes.in.
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
}

chng {2011 April 20 (3.7.6)} {
<li> Added the [sqlite3_wal_checkpoint_v2()] interface and enhanced the
     [wal_checkpoint pragma] to support blocking checkpoints.
<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,
     espeically 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>
}








|







43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
}

chng {2011 April 20 (3.7.6)} {
<li> Added the [sqlite3_wal_checkpoint_v2()] interface and enhanced the
     [wal_checkpoint pragma] to support blocking checkpoints.
<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>
}