SQLite

Check-in [3d61da4a76]
Login

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

Overview
Comment:Fix some problems to do with temp-file databases and recovering from IO and SQLITE_FULL errors.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | tempfiles-25
Files: files | file ages | folders
SHA1: 3d61da4a76af8c9c2a293df085f3ed5a7bb447df
User & Date: dan 2016-04-23 14:55:28.020
Context
2016-04-23
17:24
Fix a problem with mixing temp-files and mmap-mode. (check-in: c80c5c62b2 user: dan tags: tempfiles-25)
14:55
Fix some problems to do with temp-file databases and recovering from IO and SQLITE_FULL errors. (check-in: 3d61da4a76 user: dan tags: tempfiles-25)
2016-04-21
15:24
Add a function prototype in order to fix a compiler warning. (check-in: 49aec9718d user: drh tags: tempfiles-25)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.
Changes to test/tempfault.test.