-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Python Drivers
The coll.bulk_write apis sends upsert=False multi=False by default for UpdateOne operations.
The spec prefers not to send upsert/multi unless user sets it explicitly. Related to DRIVERS-604 and PYTHON-4550.
- related to
-
PYTHON-4550 Add MongoClient.bulk_write API
- Closed
-
DRIVERS-604 Re-sync APM tests for removed upsert/multi fields with default values in update commands
- Implementing