summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_object_node_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-313/+316
* SERVER-30705 Add $v field for update semantics in oplog updates.Justin Seyster2017-09-141-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-14/+14
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-27/+26
* SERVER-28772 PushNodeJustin Seyster2017-08-081-18/+14
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-0/+14
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-672/+160
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-127/+127
* SERVER-28766 Create CurrentDateNodeTess Avitabile2017-07-211-0/+14
* SERVER-29840 Use ExtensionsCallbackDisallowExtensions in ArrayFilter.David Storch2017-07-201-49/+24
* SERVER-28768 Create CompareNodeTess Avitabile2017-07-191-0/+28
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-061-0/+149
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-1/+1
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+88
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-291-0/+256
* SERVER-28769 Implement PopNode.David Storch2017-06-291-0/+59
* SERVER-28764 Create AddToSetNodeTess Avitabile2017-06-291-0/+14
* SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-141-250/+1484
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-171/+171
* SERVER-28767 Create IncNode/MulNodeJustin Seyster2017-06-021-4/+20
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-261-1/+9
* Revert "SERVER-28775 Create UnsetNode"William Schultz2017-05-261-9/+1
* SERVER-28775 Create UnsetNodeJustin Seyster2017-05-261-1/+9
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-251-1/+794
* SERVER-28758 createUpdateNodeByMerging throws instead of returning.Justin Seyster2017-05-191-48/+62
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-081-0/+274
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+333