SQLite

Check-in [bcdddba4f0]
Login

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

Overview
Comment:Replace code that became unreachable due to the journal_mode simplification with an assert().
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bcdddba4f011cf008d29918bcac59131007a8138
User & Date: drh 2010-07-08 19:19:51.000
Original Comment: Add a test case to cover code that was left untested by the journal_mode simplification.
Context
2010-07-09
03:19
Reformat WAL code for clearer presentation. Update comments for correctness. Add checks to ensure that corruption in shared-memory does not result in an infinite loop. (check-in: 40eaada7ec user: drh tags: trunk)
2010-07-08
19:19
Replace code that became unreachable due to the journal_mode simplification with an assert(). (check-in: bcdddba4f0 user: drh tags: trunk)
18:32
Fix test case numbering in backup_malloc.test and issue when running under Windows. (check-in: aef2643852 user: shaneh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.