Anki/rslib/src/storage
Damien Elmes 08895c58d9 introduce separate routine to remove tags from specific notes
We were (ab)using the bulk update routine to do deletions, but that
code was really intended to be used for finding&replacing, where an
exact match is not a requirement.
2021-03-19 19:45:21 +10:00
..
card introduce separate routine to remove tags from specific notes 2021-03-19 19:45:21 +10:00
config undo support for config entries 2021-03-10 11:53:27 +10:00
deck undo support for deck adding/removing 2021-03-10 23:50:11 +10:00
deckconf handle duplicate keys in schema 11 deckconf 2021-03-04 11:52:15 +10:00
graves add indexes to graves table to speed up undo 2021-03-12 18:59:24 +10:00
note introduce separate routine to remove tags from specific notes 2021-03-19 19:45:21 +10:00
notetype reformat .sql files 2021-01-09 14:08:55 +10:00
revlog initial work on undoing reviews+burying siblings 2021-03-10 11:47:53 +10:00
tag make tag deletion undoable, and speed it up 2021-03-19 19:45:21 +10:00
upgrades add indexes to graves table to speed up undo 2021-03-12 18:59:24 +10:00
mod.rs allow normal sync tests to run offline 2021-01-12 18:47:08 +10:00
schema11.sql Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08:00
sqlite.rs move collection mtime bump into backend 2021-03-19 19:45:21 +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