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

🐞MongoDb: Fix to ensure all items get processed in all operations #3808

Closed
wants to merge 1 commit into from

Conversation

drudge
Copy link
Contributor

@drudge drudge commented Jul 30, 2022

This PR iterates through items in the aggregate, delete, and find operations to ensure all input documents are processed. 

Currently, these operations will only run for the first document. The insert and update operations already process all items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member node/improvement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant