Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Done
-
None
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is depended on by
-
DRIVERS-626 Add the ability to specify a pipeline to an update command
-
- Implementing
-