SQLite

Changes On Branch read-after-rollback
Login

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

Changes In Branch read-after-rollback Excluding Merge-Ins

This is equivalent to a diff from 8289c3e9 to fa6e6a9a

2014-11-11
14:59
Permit read operations to continue after a ROLLBACK as long as the schema does not change. (check-in: b5df5ac0 user: drh tags: trunk)
12:20
Add new test file e_blobclose.test, containing tests for sqlite3_blob_close(). (check-in: 5a1eac24 user: dan tags: trunk)
01:33
Experimental changes that permit read operations to continue after a ROLLBACK, as long as the schema is unchanged. (Closed-Leaf check-in: fa6e6a9a user: drh tags: read-after-rollback)
2014-11-10
19:16
New test cases for deleting content out from under a SELECT statement. (check-in: 8289c3e9 user: drh tags: trunk)
17:53
Add test file e_blobwrite.test, containing tests for the sqlite3_blob_write() interface. (check-in: 1df77e5f user: dan tags: trunk)

Changes to src/backup.c.

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/main.c.

Changes to src/vdbe.c.

Changes to src/wal.c.

Changes to test/capi3.test.

Changes to test/capi3c.test.

Changes to test/misc8.test.

Changes to test/rollback.test.

Changes to test/savepoint.test.

Changes to test/savepoint7.test.

Changes to test/tkt-f777251dc7a.test.

Changes to test/trans3.test.