summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/pullall_node_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-31/+34
|
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
| | | | All users were converted to just use AssertionException.
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-14/+13
|
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-330/+87
|
* SERVER-28771 PullAllNodeJustin Seyster2017-07-211-0/+541
This change factors out a lot of the PullNode functionality to a new ArrayCullingNode class, so that the very similar PullAllNode can make use of it.