anki/pylib/anki/scheduler
Abdo b23f17df27
Drop support for checkpoints (#2742)
* Drop support for checkpoints

* Deprecate .flush()

* Remove .begin/.commit

* Remove rollback() and deprecate save/autosave/reset()

There's no need to commit anymore, as the Rust code is handling
transactions for us.

* Add safer transact() method

This will ensure add-on authors can't accidentally leave a transaction
open, leading to data loss.

---------

Co-authored-by: Damien Elmes <gpg@ankiweb.net>
2023-10-17 12:43:34 +10:00
..
__init__.py Strip out v1/v2 code 2023-09-24 14:27:40 +10:00
base.py Strip out v1/v2 code 2023-09-24 14:27:40 +10:00
dummy.py Fix TypeError when deck list or overview refreshes during optimal retention 2023-09-30 16:10:23 +10:00
legacy.py Strip out v1/v2 code 2023-09-24 14:27:40 +10:00
v3.py Drop support for checkpoints (#2742) 2023-10-17 12:43:34 +10:00