Skip to content

RUST-960 Remove the decimal128 feature flag #287

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

Merged

Conversation

patrickfreed
Copy link
Contributor

@patrickfreed patrickfreed commented Aug 2, 2021

RUST-960

This PR removes the decimal128 feature flag and associated functionality. See this comment for more context on the reasoning behind this.

As part of this, Decimal128::from_bytes and Decimal128::bytes were introduced, as well as Document::get_decimal128 and Document::get_decimal128_mut. The derived PartialOrd implementation was also removed, as it was not correct without the feature flag.

@patrickfreed patrickfreed marked this pull request as ready for review August 2, 2021 22:09
@patrickfreed patrickfreed merged commit aeef692 into mongodb:master Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants