summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/path_creating_node.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-72/+0
* SERVER-28772 PushNodeJustin Seyster2017-08-081-1/+9
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-0/+2
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-13/+3
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+2
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-11/+11
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-0/+70