summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/arithmetic_node_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-4/+4
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-128/+129
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-1/+1
* SERVER-30803 Better error message for invalid result with $inc/$mul.Justin Seyster2017-09-121-0/+17
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-57/+57
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-1407/+349
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+222
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+5
* SERVER-28767 More test coverage for ArithmeticNodeJustin Seyster2017-06-071-64/+204
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-492/+489
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-0/+1741