Anki/rslib/src/storage
Damien Elmes 9f964916ab simplify unused tags and DB check
- backend routines should contain minimal logic, and should call
into a routine on the collection
- instead of copying the giant-string approach the Python code was taking,
we use a HashSet to keep track of seen tags as we loop through the
notes, which should be more efficient
2021-01-16 20:38:16 +10:00
..
card allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
config reformat .sql files 2021-01-09 14:08:55 +10:00
deck reformat .sql files 2021-01-09 14:08:55 +10:00
deckconf reformat .sql files 2021-01-09 14:08:55 +10:00
graves reformat .sql files 2021-01-09 14:08:55 +10:00
note simplify unused tags and DB check 2021-01-16 20:38:16 +10:00
notetype reformat .sql files 2021-01-09 14:08:55 +10:00
revlog reformat .sql files 2021-01-09 14:08:55 +10:00
tag simplify unused tags and DB check 2021-01-16 20:38:16 +10:00
upgrades Keep tags in human form and update the tags table structure 2021-01-12 23:12:35 +03:00
mod.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
schema11.sql reformat .sql files 2021-01-09 14:08:55 +10:00
sqlite.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
sync.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
sync_check.rs another snapshot of sync work 2020-06-01 13:57:10 +10:00