Anki/rslib/src/storage
Kerrick Staley 1eac36c5d7 Add comment explaining why sfld column has type integer
The `notes.sfld` column in the `collection.anki2` database has type `integer`, even though it contains text. This is [something SQLite allows](https://dba.stackexchange.com/questions/106364/text-string-stored-in-sqlite-integer-column) and was done to allow integer values to sort numerically. Add a comment explaining this.
2021-01-25 18:39:59 +08: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 coerce some more invalid decimal values to ints during sync 2021-01-25 09:43:50 +10:00
tag clear_tag() should be case-insensitive 2021-01-18 03:52:28 +03: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 Add comment explaining why sfld column has type integer 2021-01-25 18:39:59 +08: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