summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_object_node_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50301 Delete code which handles $v:1 update oplog entriesMihai Andrei2022-06-301-40/+21
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2021-02-121-1/+1
* Revert "SERVER-50778 Compare array indexes numerically for updates"Ted Tuckman2020-10-231-1/+1
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2020-10-151-1/+1
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-29/+66
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-27/+27
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-0/+23
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-0/+29
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-27/+64
* 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