summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_pull_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30854 Remove ModifierInterface update code.Justin Seyster2017-12-141-776/+0
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-2/+11
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-14/+17
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-5/+2
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-0/+3
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-9/+59
* SERVER-28621 Parse BSON update expression into an UpdateNode treeTess Avitabile2017-04-201-1/+1
* SERVER-24404 Make $push, $pullAll, and $pull respect collation.David Hatch2016-07-061-0/+16
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-1/+1
* SERVER-23689 make $pull respect the collationDavid Storch2016-04-291-1/+143
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-461/+440
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-12029: use $unset true in logbuilder, and unset modScott Hernandez2013-12-131-3/+3
* SERVER-3988 Implement support for $pull with a regexAndrew Morrow2013-09-191-0/+29
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-10163: don't enforce viable path restriction for replication related u...Scott Hernandez2013-08-011-1/+2
* SERVER-10272 Fix matching in $pull, renable new working tests and add a few n...Andrew Morrow2013-07-251-6/+128
* SERVER-10267 Remove in-place state from mods now that mutable and udpate driv...Andrew Morrow2013-07-221-14/+8
* SERVER-10162 Generate properly grouped oplog update components in new update ...Andrew Morrow2013-07-191-15/+30
* SERVER-7174: remove checkDoc, use element copy constructor, add test for log ...Scott Hernandez2013-07-101-1/+0
* SERVER-7174 Cleanup and strengthen some new modifier testsAndrew Morrow2013-06-011-21/+24
* SERVER-7174 Add support for $pull on new update frameworkAndrew Morrow2013-05-221-0/+401