summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/object_replace_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40585 UpdateNode should not derive from UpdateExecutorJames Wahlin2019-04-291-160/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-12/+14
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-5/+5
* 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-21/+23
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-4/+4
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-31/+20
* SERVER-28776 Create ObjectReplaceNodeTess Avitabile2017-07-251-0/+168