SQLite

Check-in [79125ec9d2]
Login

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

Overview
Comment:Merge enhancements from trunk, and in particular the WAL overwrite feature.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | apple-osx
Files: files | file ages | folders
SHA1: 79125ec9d2cdb96d65ceeb19c2862665f9267d4e
User & Date: drh 2016-01-11 12:49:55.102
Context
2016-01-11
13:03
Import the version number change to 3.11.0. (check-in: 132772d1c4 user: drh tags: apple-osx)
12:49
Merge enhancements from trunk, and in particular the WAL overwrite feature. (check-in: 79125ec9d2 user: drh tags: apple-osx)
12:13
If a single page is written to the wal file more than once, instead of appending the second and subsequent copy to the wal file, overwrite the first. Update: See the important bug fix at [f694e60a]! (check-in: d493d4f118 user: dan tags: trunk)
2016-01-06
14:35
Merge all version 3.10.0 updates. (check-in: 77c28c2b2d user: drh tags: apple-osx)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btmutex.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/mem5.c.
Changes to src/os_unix.c.
Changes to src/parse.y.
Changes to src/pcache.h.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/tclsqlite.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/wal.c.
Changes to test/fuzzcheck.c.
Changes to test/tester.tcl.
Changes to test/vtabH.test.
Changes to test/wal.test.
Added test/waloverwrite.test.