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
I just gave the query you have here a try and it's working well for me with an output of [Duration { micros: 1080000000000 }]. Can you see any clues as to why it's expecting a DateDuration on your end instead of a regular Duration?
Describe the bug
Trying to use
edgedb_protocol::model::Duration
, I get the following error:Reproduction
Expected behavior
Duration to decode correctly.
Versions (please complete the following information):
Additional context
N/A
The text was updated successfully, but these errors were encountered: