summaryrefslogtreecommitdiff
path: root/src/mongo/db/update/update_driver_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29262 Retire usage of `OwnedPointerVector` in `write_ops`.Faustoleyva542021-12-011-20/+19
* SERVER-55501 Avoid element-wise iteration and copy when appending to an objec...Dan Larkin-York2021-04-281-3/+6
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-32/+54
* SERVER-48920 Use document deltas to determine whether update affects indexesArun Banala2020-08-131-33/+85
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than a...Mindaugas Malinauskas2020-08-111-5/+2
* Revert "SERVER-38909 Permit empty update modifiers, treating as a no-op rathe...Vesselina Ratcheva2020-08-101-2/+5
* SERVER-38909 Permit empty update modifiers, treating as a no-op rather than a...Mindaugas Malinauskas2020-08-101-5/+2
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-3/+6
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-6/+3
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-311-3/+10
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-131-2/+4
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-1/+15
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+20
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39060 Add upsert function to Stitch Support LibraryJustin Seyster2019-01-281-2/+5
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-091-0/+6
* Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz2019-01-071-6/+0
* SERVER-37829 Add Stitch library update functionsNick Zolnierz2019-01-041-0/+6
* SERVER-31012 Fix unittest compile on windowsNick Zolnierz2018-11-301-13/+11
* SERVER-31012: expose optional way of retrieving FieldRef's for fields that we...Nick Zolnierz2018-11-301-0/+94
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32348 Make UpdateDriver::parse() throw an exception instead of returni...Minji2018-06-291-22/+28
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-38/+13
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-15/+28
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-4/+4
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-9/+0
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-4/+3
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-12/+12
* SERVER-29162 UpdateNode implementation should only validate modified fieldsTess Avitabile2017-06-301-44/+142
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-11/+14
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-29/+43
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-3/+3
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-0/+431