SQLite

Changes On Branch branch-3.8.7
Login

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

Changes In Branch branch-3.8.7 Excluding Merge-Ins

This is equivalent to a diff from e4ab094f to f66f7a17

2014-12-09
01:34
Version 3.8.7.4 (Leaf check-in: f66f7a17 user: drh tags: release, version-3.8.7.4, branch-3.8.7)
2014-12-08
20:23
Add missing mutex calls around a call to sqlite3SchemaGet() within sqlite3_open(). (check-in: 266b3441 user: dan tags: branch-3.8.7)
2014-10-29
01:07
Call fsync() right after ftruncate() when in journal_mode=TRUNCATE and when synchronous=FULL in order to ensure that transactions are durable across a power loss that happens moments after the commit. Proposed fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1072773. This is a cherrypick of [3e922208b68563489]. (check-in: a8f9bd1e user: drh tags: branch-3.8.7)
2014-10-17
21:35
Fix a (probably harmless) bug in the CSV output mode of the command-line shell. (check-in: 19fe4a0a user: drh tags: trunk)
12:11
Merge the 3.8.7 changes into the apple-osx branch. (check-in: aa7bbed1 user: drh tags: apple-osx)
11:53
Merge all version 3.8.7 updates from trunk. (check-in: f4de9e07 user: drh tags: sessions)
11:24
Version 3.8.7 (check-in: e4ab094f user: drh tags: trunk, release, version-3.8.7)
2014-10-16
21:39
Work around MSVC not being able to deduce that a local variable was initialized in a called function. (check-in: 06c576c1 user: mistachkin tags: trunk)

Changes to VERSION.

Changes to configure.

Changes to src/analyze.c.

Changes to src/backup.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/btreeInt.h.

Changes to src/delete.c.

Changes to src/expr.c.

Changes to src/main.c.

Changes to src/pager.c.

Changes to src/printf.c.

Changes to src/resolve.c.

Changes to src/sqliteInt.h.

Changes to src/update.c.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to test/capi3.test.

Changes to test/capi3c.test.

Changes to test/in5.test.

Changes to test/ioerr2.test.

Changes to test/join5.test.

Changes to test/printf2.test.

Changes to test/rollback.test.

Added test/rollback2.test.

Changes to test/savepoint.test.

Changes to test/savepoint7.test.

Added test/sharedB.test.

Changes to test/shared_err.test.

Changes to test/table.test.

Changes to test/threadtest3.c.

Changes to test/tkt-f777251dc7a.test.

Changes to test/trans3.test.

Changes to test/trigger9.test.

Added test/tt3_index.c.

Changes to test/update.test.