summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/arithmetic_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-13/+2
* 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-1/+1
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-1/+2
* SERVER-30803 Better error message for invalid result with $inc/$mul.Justin Seyster2017-09-121-6/+12
* 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-2/+3
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-2/+6
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-14/+12
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-0/+127