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

Bson Type support: ObjectId, regex, Decimal128 etc #321

Closed
swzhang888 opened this issue May 24, 2021 · 3 comments · Fixed by microsoft/vcpkg#18284
Closed

Bson Type support: ObjectId, regex, Decimal128 etc #321

swzhang888 opened this issue May 24, 2021 · 3 comments · Fixed by microsoft/vcpkg#18284

Comments

@swzhang888
Copy link

Describe the proposed feature

What other libraries (C++ or other) have this feature?

Include a code fragment with sample data that illustrates the use of this feature

@swzhang888
Copy link
Author

It is listed in bson_format, but not implemented.

@danielaparker
Copy link
Owner

Thanks for the suggestion, we'll look into it.

@danielaparker
Copy link
Owner

danielaparker commented Jun 2, 2021

Support has been added for ObjectId, regex, and decimal128, currently on master. Examples added in bson. This will go into release 0.165.0.

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