Anki/rslib/src/import_export
RumovZ 173a5bfed5
Improve temporary table handling (#1976)
* Use all_cards_for_search() helper

* Add CardTableGuard

* Add for_each_card_in_search() helper

* Add all_cards_for_search_in_order() helper

* Add all_cards_for_ids() helper

* Return siblings for bury instead of only searching

* Remove redundant clear_searched_cards_table() calls

* Add with_searched_cards_table()

* Remove false comment

* Add NoteTableGuard

* Add with_ids_in_searched_notes_table() helper

* Make some last routines use table helpers
2022-07-22 17:51:26 +10:00
..
package Populate media DB on import (#1977) 2022-07-22 17:50:15 +10:00
text Improve temporary table handling (#1976) 2022-07-22 17:51:26 +10:00
gather.rs Improve temporary table handling (#1976) 2022-07-22 17:51:26 +10:00
insert.rs Add apkg import/export on backend (#1743) 2022-05-02 21:12:46 +10:00
mod.rs Expose backend_proto publicly for AnkiDroid, and rename to pb 2022-06-27 15:27:53 +10:00