SQLite

Changes On Branch serializable-snapshot
Login

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

Changes In Branch serializable-snapshot Excluding Merge-Ins

This is equivalent to a diff from bee2859b to e2c4bdf5

2016-11-26
19:44
Add the sqlite3_snapshot_recover() interface and related functionality. (check-in: b70c85ce user: drh tags: trunk)
2016-11-23
14:19
Correctly display the names of SQL functions in the VDBE_PROFILE output. (check-in: 161192f1 user: drh tags: trunk)
2016-11-22
22:23
Merge bug fixes and enhancements from trunk. (Closed-Leaf check-in: e2c4bdf5 user: drh tags: serializable-snapshot)
21:11
Enclose the sqlite3WalSnapshotRecover() routine within (check-in: e7be3183 user: drh tags: serializable-snapshot)
20:29
Add a new requirement mark for CAST expressions. (check-in: bee2859b user: drh tags: trunk)
19:15
Update requirement marks to reflect changes in wording in the documentation. No changes to code. (check-in: f5ac98ef user: drh tags: trunk)

Changes to src/main.c.

Changes to src/pager.c.

Changes to src/pager.h.

Changes to src/sqlite.h.in.

Changes to src/test1.c.

Changes to src/wal.c.

Changes to src/wal.h.

Changes to test/snapshot.test.

Added test/snapshot2.test.

Changes to test/snapshot_fault.test.