-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Description of Drivers Ticket:
CRUD specification update
Extend the update command to take an object or an array:
{ update: <collection>, updates: [ { q: <query>, u: <update obj OR update pipeline>, upsert: <boolean>, multi: <boolean>, collation: <document>, arrayFilters: <array> }, { q: <query>, u: <update obj OR update pipeline>, upsert: <boolean>, multi: <boolean>, collation: <document>, arrayFilters: <array> }, ... ], ordered: <boolean>, writeConcern: { <write concern> }, bypassDocumentValidation: <boolean> }
See DRIVERS-626 for updated details.
- is depended on by
-
DRIVERS-626 Add the ability to specify a pipeline to an update command
- Closed