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
decimal >= 2.0
ecto >= 3.11.0 depends on decimal ~> 2.0, therefore mariaex can't be used with ecto >= 3.11.0 out of the box currently. The 2.0 version of decimal has some breaking changes: https://github.com/ericmj/decimal/blob/main/CHANGELOG.md#v200-2020-09-08
ecto >= 3.11.0
decimal ~> 2.0
mariaex
decimal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ecto >= 3.11.0
depends ondecimal ~> 2.0
, thereforemariaex
can't be used withecto >= 3.11.0
out of the box currently. The 2.0 version ofdecimal
has some breaking changes: https://github.com/ericmj/decimal/blob/main/CHANGELOG.md#v200-2020-09-08The text was updated successfully, but these errors were encountered: