summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_and_modify_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+9
* SERVER-41829 findAndModify ignores filter expressions that are not objectsArun Banala2019-07-121-3/+24
* SERVER-40407 Add support for $$NOW and $$CLUSTER_TIME in the findAndModify co...Bernard Gorman2019-05-191-0/+15
* SERVER-40005 Fix FindAndModifeRequest::bypassDocumentValidation/writeConcernPawel Terlecki2019-05-131-14/+56
* SERVER-40405 Add support for 'sort' option in combination with a pipeline-sty...James Wahlin2019-05-081-8/+3
* SERVER-40404 Add support for 'fields' option in combination with a pipeline-s...James Wahlin2019-05-081-4/+0
* SERVER-40399 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-071-4/+0
* SERVER-40397 Add pipeline updates to findAndModifyCharlie Swanson2019-04-301-26/+43
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-261-40/+69
* Revert "SERVER-40005 Add translation for FindAndModify for FLE"Benety Goh2019-04-251-69/+40
* SERVER-40005 Add translation for FindAndModify for FLEPawel Terlecki2019-04-251-40/+69
* SERVER-40005 Added setters for query and update to FindAndModifyRequestPawel Terlecki2019-04-051-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-0/+51
* SERVER-23473 Add collation parameter to the findAndModify commandTess Avitabile2016-04-221-0/+29
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-134/+125
* SERVER-18791 Pull count command parsing into a separate libraryKaloian Manassiev2015-06-111-2/+0
* SERVER-18798 Move FindAndModifyRequest to the request/response libraryKaloian Manassiev2015-06-031-0/+213