-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.5.9
-
Component/s: None
-
None
-
Empty show more show less
.The internal update command can accept both:
- A document that contains update operator expressions,
- A replacement document with only <field1>: <value1> pairs
The bulk command doesn't perform any additional validation, it merely passes the user-specified update document through to the internal update command.
However, it should not allow a replacement document, only documents with update operator expressions.
- is related to
-
DRIVERS-1298 Add tests for update/replacement validation in single and bulk write operations
- Implementing