bpo-27645: Supporting native backup facility of SQLite#377
Closed
lelit wants to merge 21 commits into
Closed
bpo-27645: Supporting native backup facility of SQLite#377lelit wants to merge 21 commits into
lelit wants to merge 21 commits into
Commits
Commits on Mar 1, 2017
Expose the SQLite Online Backup API as Connection.backup()
Show description for d93391dcommitted- committed
- committed
Wrap SQLite calls between BEGIN_ALLOW_THREADS and END_ALLOW_THREADS
Show description for d8ea457committed- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Mar 3, 2017
Parametrize the name of the database involved in the backup
Show description for e748942committed- committed
- committed
Do not delay next iteration if the result was OK
Show description for 77dfa39committed- committed
- committed
Commits on Mar 4, 2017
Pass also the current status of the ongoing backup to the progress callback
Show description for ff1609bcommittedSlightly different way handling backup step's error state
Show description for d688f20committed- committed