-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Support for rust_decimal::Decimal #456
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't judge this PR for correctness, but other than a nit the code itself looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits and seconding @yoshuawuyts comment on comments since the math is pretty dense.
809a207
to
3e69903
Compare
186317a
to
136531b
Compare
Added more tests and support for |
7194b2d
to
0cb1198
Compare
I think this is good to go! Thanks for all the hard work. |
Thank you for super good review. |
Ok. This was really hard. Ready for helpful comments and things to make better. Taken some help from the original
BigDecimal
conversions and thepostgres
module inrust_decimal
.Closes: #454