We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.17.0
Any
Not yet supported
Postgrex.Duration is not supported.
We should support the new durations and potentially deprecate Postgrex.Duration.
The text was updated successfully, but these errors were encountered:
For now were you just looking to encode Elixir durations? And then when we require 1.17 we can do the decoding/replace Postgrex.Duration?
Sorry, something went wrong.
I think that's a good beginning, yeah! We could maybe already even allow defaulting to them via an option?
This is in but we want to keep it around and eventually make it the default.
%Postgrex.Interval{}
:duration
load
No branches or pull requests
Elixir version
1.17.0
Database and Version
Any
Postgrex Version
Not yet supported
Current behavior
Postgrex.Duration is not supported.
Expected behavior
We should support the new durations and potentially deprecate Postgrex.Duration.
The text was updated successfully, but these errors were encountered: