-
Hello everyone. I'm having bit of a trouble working with timestamps i.e. postgres timestamptz data type. I'm trying to execute an insert query with a timestamp of type
Should I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is unfortunately just bad diagnostics on If you're using |
Beta Was this translation helpful? Give feedback.
This is unfortunately just bad diagnostics on
rustc
's part. What it means that the version oftime
in your dependencies is different from that in SQLx's dependencies, and so the different paths don't unify.If you're using
time = "0.3"
then you need to upgrade to SQLx 0.6.0