summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pop_node_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-21/+22
* 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/+12
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-52/+53
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-3/+3
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-5/+5
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-471/+118
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-12/+22
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+213
* SERVER-28769 Implement PopNode.David Storch2017-06-291-0/+537