SQLite

Check-in [169b550549]
Login

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

Overview
Comment:Have calls to sqlite3_backup_init() fail if there is already a read or read-write transaction open on the destination database.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 169b5505498c0a7ee2b5dbb2ba13c41dfaa7c62f
User & Date: dan 2014-11-13 14:18:25.531
Context
2014-11-13
14:30
Modify the documentation for sqlite3_backup_init() to indicate that it will fail if there is already a read or read-write transaction open on the destination database. (check-in: ef03a20335 ... user: dan tags: trunk)
14:18
Have calls to sqlite3_backup_init() fail if there is already a read or read-write transaction open on the destination database. (check-in: 169b550549 ... user: dan tags: trunk)
2014-11-12
17:45
Add further tests for rollback operations in the presence of ongoing selects. (check-in: eaf3aae014 ... user: dan tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/backup.c.
Changes to test/backup.test.
Added test/backup5.test.