SQLite

Check-in [f99a902f9b]
Login

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

Overview
Comment:Fixes for error handling with temp databases. And for errors that occur within OS locking primitives.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental
Files: files | file ages | folders
SHA1: f99a902f9b3d0bf6f607c4ba641b4096fbbef5d5
User & Date: dan 2010-08-05 15:30:22.000
Context
2010-08-05
16:08
Catch an error code that was not being propagated back to the caller. (check-in: 800f496929 user: dan tags: experimental)
15:30
Fixes for error handling with temp databases. And for errors that occur within OS locking primitives. (check-in: f99a902f9b user: dan tags: experimental)
2010-08-04
19:14
Fix some problems with error recovery introduced while reworking pager state. (check-in: 77eaab6f77 user: dan tags: experimental)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.