mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-12 08:26:29 +00:00
978be0b4a9
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 |
||
---|---|---|
.. | ||
attachment.rs | ||
cipher.rs | ||
collection.rs | ||
device.rs | ||
favorite.rs | ||
folder.rs | ||
mod.rs | ||
org_policy.rs | ||
organization.rs | ||
two_factor.rs | ||
user.rs |