Serialize Uuid as string for nicer debugging

Also implement ToSql/FromSql for Operation/TaskMap so errors are handled properly
This commit is contained in:
dbr
2021-04-29 10:39:29 +10:00
parent d5724c4dc2
commit cefd6fd6cc
3 changed files with 86 additions and 34 deletions

View File

@@ -21,7 +21,7 @@ kv = {version = "^0.10.0", features = ["msgpack-value"]}
ureq = "^2.1.0"
log = "^0.4.14"
tindercrypt = { version = "^0.2.2", default-features = false }
rusqlite = { version = "0.25", features = ["bundled", "uuid", "serde_json"] }
rusqlite = { version = "0.25", features = ["bundled"] }
[dev-dependencies]
proptest = "^1.0.0"