summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-481/+0
* SERVER-42416 Move returnKey execution code to separate PlanStageAnton Korshunov2019-09-051-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-4/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-4/+3
* 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-14/+16
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-6/+19
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-3/+0
* 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-13/+24
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-1/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-7/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-2/+4
* SERVER-23436 ProjectionNode::getSort propagates sort from children.Benjamin Murphy2016-04-211-5/+161
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-1/+1
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-6/+13
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-121-0/+56
* SERVER-19355 add {$meta: 'sortKey'} projectionDavid Storch2015-08-241-0/+24
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-178/+176
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-12/+12
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-7/+9
* SERVER-12902 number of required fields in parsed projection should be 1 when ...Benety Goh2014-03-061-0/+8
* SERVER-12641 support projections on DBRef fieldsBenety Goh2014-02-111-4/+32
* SERVER-12117 fixed path checking when parsing projection on $where queryBenety Goh2013-12-171-0/+22
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10026 cleanup positional projection operator validationDavid Storch2013-12-061-5/+54
* SERVER-10026 support boolean in projection spec for covered queriesBenety Goh2013-11-211-40/+31
* SERVER-10026 sometimes there is no _id field and sometimes that's okHari Khalsa2013-11-211-0/+104