-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PYTHON-5166 Allow Database.command to run bulkWrite commands #2164
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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