Skip to content
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

Bigdecimal support #4968

Open
Vrajs16 opened this issue Mar 11, 2025 · 1 comment · May be fixed by #5011
Open

Bigdecimal support #4968

Vrajs16 opened this issue Mar 11, 2025 · 1 comment · May be fixed by #5011

Comments

@Vrajs16
Copy link

Vrajs16 commented Mar 11, 2025

Since we support rust decimal wondering why there is no support for bigdecimal crate?

Is this something that can be added? And if so, would love to contribute. Just would need someone to tell me where to start.

Thanks!

@bschoenmaeckers
Copy link
Member

Support can be added by implementing the FromPyObject & IntoPyObject traits for BigDecimal and possible BigDecimalRef. For an example see the rust-decimal implementation at src/conversions/rust_decimal.rs

@Vrajs16 Vrajs16 linked a pull request Mar 26, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants