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

2
Cargo.lock generated
View File

@@ -1898,9 +1898,7 @@ dependencies = [
"hashlink",
"libsqlite3-sys",
"memchr",
"serde_json",
"smallvec",
"uuid",
]
[[package]]