summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_array_node.h
Commit message (Expand)AuthorAgeFilesLines
* 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-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-1/+2
* SERVER-39257 Move FieldRefTempAppend to FieldRef classTed Tuckman2019-03-271-1/+2
* SERVER-39257 Implement visitor pattern for UpdateNodeTed Tuckman2019-03-261-0/+4
* SERVER-38760 Serialize update commands to BSONJacob Evans2019-02-281-0/+12
* 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-28773 UpdateNode::apply should take a parameter structTess Avitabile2017-07-311-11/+1
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-3/+4
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-0/+2
* SERVER-28763 Create UpdateArrayNodeTess Avitabile2017-06-141-0/+99