bitwarden_rs/src/db
BlackDex 978be0b4a9 Fixed foreign-key (mariadb) errors.
When using MariaDB v10.5+ Foreign-Key errors were popping up because of
some changes in that version. To mitigate this on MariaDB and other
MySQL forks those errors are now catched, and instead of a replace_into
an update will happen. I have tested this as thorough as possible with
MariaDB 10.5, 10.4, 10.3 and the default MySQL on Ubuntu Focal. And
tested it again using sqlite, all seems to be ok on all tables.

resolves #1081. resolves #1065, resolves #1050
2020-09-22 12:13:02 +02:00
..
models Fixed foreign-key (mariadb) errors. 2020-09-22 12:13:02 +02:00
schemas Track favorites on a per-user basis 2020-08-19 02:32:58 -07:00
mod.rs Fix some clippy warnings and remove unused function 2020-08-28 22:10:28 +02:00