bitwarden_rs/src/db/models
BlackDex 1ee8e44912 Fixed issue #965
PostgreSQL updates/inserts ignored None/null values.
This is nice for new entries, but not for updates.
Added derive option to allways add these none/null values for Option<>
variables.

This solves issue #965
2020-04-15 16:49:33 +02:00
..
attachment.rs Fixed issue #965 2020-04-15 16:49:33 +02:00
cipher.rs Fixed issue #965 2020-04-15 16:49:33 +02:00
collection.rs Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 2019-09-12 16:12:22 -04:00
device.rs Fixed issue #965 2020-04-15 16:49:33 +02:00
folder.rs Adds support for PostgreSQL which resolves #87 and is mentioned in #246. 2019-09-12 16:12:22 -04:00
mod.rs Initial version of policies 2020-03-14 13:32:28 +01:00
org_policy.rs Fix postgres policies, second try 2020-03-14 23:53:12 +01:00
organization.rs Initial version of policies 2020-03-14 13:32:28 +01:00
two_factor.rs Switch error handling to ? operator instead of explicit handling. 2020-01-16 08:14:25 -05:00
user.rs Fixed issue #965 2020-04-15 16:49:33 +02:00