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

Support decimal128 BSON type #66

Open
ferretdb-bot opened this issue Nov 18, 2021 · 5 comments
Open

Support decimal128 BSON type #66

ferretdb-bot opened this issue Nov 18, 2021 · 5 comments
Labels
area/types Issues about data types, BSON, wire protocol, etc code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI
Milestone

Comments

@ferretdb-bot
Copy link
Member

ferretdb-bot commented Nov 18, 2021

We don't know how many MongoDB users use decimal BSON type. Please vote for that issue if you need them.

@ferretdb-bot ferretdb-bot added the code/feature Some user-visible feature is not implemented yet label Nov 18, 2021
@OpenSauce
Copy link
Contributor

Is this something I can pick up?

@OpenSauce
Copy link
Contributor

I looked into it, would need to represent a decimal128 in golang, possible, just wondering if it's worth it

@ferretdb-bot
Copy link
Member Author

Yes, it is worth it. I think it could be mapped to *big.Int without a corresponding type in types package.

@OpenSauce
Copy link
Contributor

There's also this in the mongo go driver

@ferretdb-bot
Copy link
Member Author

Yeah, I think we can use it, at least initially

This was referenced Dec 1, 2021
@OpenSauce OpenSauce removed their assignment Dec 6, 2021
@AlekSi AlekSi self-assigned this Dec 7, 2021
@AlekSi AlekSi removed their assignment Dec 14, 2021
@AlekSi AlekSi added this to the Beta milestone Dec 14, 2021
@AlekSi AlekSi changed the title Add support for decimal128 BSON type Support decimal128 BSON type Dec 14, 2021
@AlekSi AlekSi removed this from the Beta milestone Jan 5, 2022
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label Jun 17, 2022
@AlekSi AlekSi added the area/types Issues about data types, BSON, wire protocol, etc label Sep 19, 2023
@AlekSi AlekSi added this to the v2.0.0 milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/types Issues about data types, BSON, wire protocol, etc code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

3 participants