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

Correction for objectID issue in last merge #86

Merged
merged 6 commits into from
Oct 3, 2024

Conversation

eparker-tulip
Copy link
Contributor

@eparker-tulip eparker-tulip commented Oct 2, 2024

The last PR merged decode the objectID as either string or objectId type, but would fail on binary objectIDs. The prior implementation had converted the objectID to an interface{} type, to be handled downstream, so this moves back to that approach, while still limiting the unmarshaling to just the _id field.

@eparker-tulip eparker-tulip changed the title Errorf correction for last merge Correction for objectID issue in last merge Oct 3, 2024
lib/oplog/tail.go Outdated Show resolved Hide resolved
@eparker-tulip eparker-tulip merged commit 8b3094e into master Oct 3, 2024
8 checks passed
@eparker-tulip eparker-tulip deleted the eparker.errorf-correction branch October 3, 2024 15:41
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.

2 participants