-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
PYTHON-5166 Allow Database.command to run bulkWrite commands #2164
Conversation
@@ -105,7 +105,7 @@ | |||
"insert": "documents", | |||
"update": "updates", | |||
"delete": "deletes", | |||
"bulkWrite": "bulkWrite", | |||
"bulkWrite": "ops", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a larger question here on if we should even be doing this behavior anymore at all but I'll open a new ticket to investigate that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
drivers-pr-bot please backport to v4.11 |
Sorry, unable to cherry-pick to v4.11, please backport manually. Here are approximate instructions:
|
PYTHON-5166 Fix db.command bulkWrite bug