summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_and_modify_request.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51620 Convert findAndModify input to IDLArun Banala2020-12-021-441/+0
* SERVER-47398 Rename runtime constants to legacyCharlie Swanson2020-12-011-9/+9
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-1/+1
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-4/+4
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-4/+4
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-4/+4
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-021-0/+4
* Revert "SERVER-46625 Improve diagnostics when mongocryptd requests are sent t...Katherine Wu2020-06-011-4/+0
* SERVER-46625 Improve diagnostics when mongocryptd requests are sent to non-mo...Katherine Wu2020-06-011-0/+4
* SERVER-46715 Support let parameter in findAndModify commandKatherine Wu2020-05-071-0/+17
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-291-6/+0
* Revert "SERVER-44367 Allow hinting the delete command"Eric Milkie2020-02-271-0/+6
* SERVER-44367 Allow hinting the delete commandPawel Terlecki2020-02-271-6/+0
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-3/+4
* SERVER-42099 Allow passing a hint to findAndModifyBernard Gorman2019-11-011-0/+24
* 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