summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_node.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40585 UpdateNode should not derive from UpdateExecutorJames Wahlin2019-04-291-6/+19
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-80/+14
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-0/+7
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+19
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-0/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-1/+8
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-25/+62
* SERVER-28776 Create ObjectReplaceNodeTess Avitabile2017-07-251-1/+1
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-2/+6
* SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-141-1/+1
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-11/+11
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-251-0/+29
* SERVER-28758 createUpdateNodeByMerging throws instead of returning.Justin Seyster2017-05-191-19/+6
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-081-0/+31
* SERVER-28904 UpdateNode should have a virtual destructorTess Avitabile2017-04-211-0/+1
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+68