summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_object_node.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-20/+13
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+5
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-32/+50
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+24
* 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-31894 Update system should not use mutablebson::Element operator[](Str...Tess Avitabile2017-11-151-16/+24
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-3/+3
* SERVER-30401 Simplify UpdateLeafNode::apply interfaceJustin Seyster2017-08-181-2/+3
* SERVER-28777 Always parse update expression as an UpdateNode tree when featur...Tess Avitabile2017-08-111-8/+2
* SERVER-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-104/+60
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-2/+2
* SERVER-29762 Look up arrays by index during update.Justin Seyster2017-07-061-4/+29
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-1/+10
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-291-16/+38
* SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-141-78/+102
* SERVER-28767 UpdateNode::apply uses exceptions instead of Status.Justin Seyster2017-06-051-20/+18
* SERVER-28761 Implement UpdateObjectNode::apply()Tess Avitabile2017-05-251-1/+166
* SERVER-28758 Add appendPart and removeLastPart operations to FieldRefJustin Seyster2017-05-221-3/+20
* SERVER-28758 createUpdateNodeByMerging throws instead of returning.Justin Seyster2017-05-191-9/+15
* SERVER-28758 Implementation of createUpdateNodeByMerging().Justin Seyster2017-05-081-0/+56
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+153