summaryrefslogtreecommitdiff
path: root/jstests/core/find_and_modify_pipeline_update.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48052 Make updates create ExpressionContext with 'explain' field ↵Ian Boros2020-05-191-2/+45
| | | | correctly initialized
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-44/+41
|
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-171-0/+3
|
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-151-13/+12
| | | | This reverts commit c34bc93a15cbb6fe8b222f12afac5adbab6f0737.
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-101-12/+13
| | | | This reverts commit bf6c2696da7eb207c28e83f5bb7401c97b0f69ac.
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-101-13/+12
|
* SERVER-40405 Add support for 'sort' option in combination with a ↵James Wahlin2019-05-081-5/+14
| | | | pipeline-style findAndModify
* SERVER-40404 Add support for 'fields' option in combination with a ↵James Wahlin2019-05-081-7/+20
| | | | pipeline-style findAndModify
* SERVER-40401 Test support for 'bypassDocumentValidation' option in ↵James Wahlin2019-05-071-6/+0
| | | | combination with a pipeline-style findAndModify
* SERVER-40399 Test support for 'collation' option in combination with a ↵James Wahlin2019-05-071-5/+0
| | | | pipeline-style findAndModify
* SERVER-40403 Test support for 'writeConcern' option in combination with a ↵James Wahlin2019-05-071-8/+0
| | | | pipeline-style findAndModify
* SERVER-40402 Test support for 'writeConcern' option in combination with a ↵James Wahlin2019-05-061-1/+1
| | | | pipeline-style update
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-0/+52
Adds the ability to specify an array representing an aggregation pipeline to the 'udpate' argument of findAndModify. Certain options like 'sort' and 'fields' are not yet supported.