summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/set_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+1
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-6/+4
* SERVER-28772 PushNodeJustin Seyster2017-08-081-3/+6
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-3/+3
* SERVER-28765 Create BitNode.Justin Seyster2017-07-101-0/+1
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-6/+4
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-61/+10
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-251-1/+1
* SERVER-28759 Implement SetNode::apply()Tess Avitabile2017-05-011-0/+69
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+43