bpo-27645: Supporting native backup facility of SQLite#4238
Merged
Merged
bpo-27645: Supporting native backup facility of SQLite#4238
Commits
Commits on Oct 5, 2017
Expose the SQLite Online Backup API as Connection.backup()
Show description for 0c9a4e5committed- committed
- committed
Wrap SQLite calls between BEGIN_ALLOW_THREADS and END_ALLOW_THREADS
Show description for 3a64654committed- committed
- committed
- committed
- committed
- committed
Parametrize the name of the database involved in the backup
Show description for f88cd12committed- committed
- committed
Do not delay next iteration if the result was OK
Show description for 9574b91committed- committed
- committed
Pass also the current status of the ongoing backup to the progress callback
Show description for aaa1508committedSlightly different way handling backup step's error state
Show description for 13de3a1committed- committed
- committed
Commits on Oct 24, 2017
- committed
- committed
Check that target backup DB is not in transaction
Show description for 4bd0b3ecommitted
Commits on Dec 5, 2017
- committed
Second attempt at properly calling DeleteFileW()
Show description for a333639committed- committed
- committed
- committed
- committed
- committed
- committed
Avoid using NamedTemporaryFile in test cases
Show description for ac5c64bcommitted- committed
- committed
- committed
Commits on Dec 6, 2017
Use one single pointers declaration style in the new function
Show description for b7fcf9ecommitted
Commits on Dec 8, 2017
- committed
- committed
- committed
Simplify code
Show description for 5c20723committed- committed
- committed
- committed
Commits on Dec 12, 2017
Simplify backup() implementation
Show description for a2f15bccommitted- committed
- committed
- committed
- committed