summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/set_node_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-191-21/+23
* SERVER-32048 Ensure updates that implicitly create an array element generate ...Tess Avitabile2017-12-061-0/+58
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-7/+7
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-154/+155
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-8/+8
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-2/+2
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-15/+15
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-76/+75
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-0/+53
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-1825/+463
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+886
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-489/+501
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-3/+3
* SERVER-28759 Implement SetNode::apply()Tess Avitabile2017-05-011-0/+1688
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+55