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

Adds a public API for creating Object IDs #152

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

atheriel
Copy link
Contributor

@atheriel atheriel commented Sep 4, 2018

Inspired by #151 and some previous issues, this allows users to create OIDs that will be honored by mongo. I've also included an example and appropriate unit tests.

@codecov-io
Copy link

codecov-io commented Sep 24, 2018

Codecov Report

Merging #152 into master will increase coverage by 0.11%.
The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #152      +/-   ##
==========================================
+ Coverage   37.43%   37.54%   +0.11%     
==========================================
  Files         130      130              
  Lines       21904    21924      +20     
==========================================
+ Hits         8199     8232      +33     
+ Misses      13705    13692      -13
Impacted Files Coverage Δ
src/bson.c 60.71% <100%> (+3.02%) ⬆️
R/bson.R 28.57% <20%> (-4.77%) ⬇️
src/mongoc/mongoc-server-description.c 53.36% <0%> (+0.8%) ⬆️
src/mongoc/mongoc-topology-description.c 55.7% <0%> (+3.48%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85b874c...8794fc7. Read the comment docs.

@rparmm
Copy link

rparmm commented Nov 20, 2023

What else is needed to merge this PR? I need this feature and can contribute to get this merged.

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.

3 participants