You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysis: Timestamp fields should be encoded as serde::Value::String("\"<value>\"") -- the inner extra quotes are essential for serde to reach an agreement with chrono when deserializing. However, it seems tokio-postgres somehow gets rid of those extra quotes when converting a Row to its equivalent serde::Value.
The text was updated successfully, but these errors were encountered:
Action: Investigate
tokio-postgres
.Analysis: Timestamp fields should be encoded as
serde::Value::String("\"<value>\"")
-- the inner extra quotes are essential forserde
to reach an agreement withchrono
when deserializing. However, it seemstokio-postgres
somehow gets rid of those extra quotes when converting aRow
to its equivalentserde::Value
.The text was updated successfully, but these errors were encountered: