Anki/rslib/src/storage/note
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
..
add.sql reformat .sql files 2021-01-09 14:08:55 +10:00
add_or_update.sql reformat .sql files 2021-01-09 14:08:55 +10:00
get.sql reformat .sql files 2021-01-09 14:08:55 +10:00
is_orphaned.sql reformat .sql files 2021-01-09 14:08:55 +10:00
mod.rs simplify unused tags and DB check 2021-01-16 20:38:16 +10:00
update.sql reformat .sql files 2021-01-09 14:08:55 +10:00