SQLite

Check-in [6a944f028d]
Login

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

Overview
Comment:Fixes for problems with small caches and SAVEPOINT rollback in WAL mode.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | wal
Files: files | file ages | folders
SHA1: 6a944f028d4a070bef29e1fbc6fbef481ebcd34c
User & Date: dan 2010-04-26 16:57:10.000
Context
2010-04-26
17:42
Do not attempt to set journal_mode=wal on :memory: or temp file databases. (check-in: 30d0134454 user: dan tags: wal)
16:57
Fixes for problems with small caches and SAVEPOINT rollback in WAL mode. (check-in: 6a944f028d user: dan tags: wal)
12:39
Add the "wal" permutation to run existing test files savepoint.test and savepoint2.test in WAL mode. (check-in: 205e5d8ac0 user: dan tags: wal)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pager.c.
Changes to src/wal.c.
Changes to src/wal.h.
Changes to test/permutations.test.
Changes to test/savepoint6.test.
Changes to test/wal.test.