summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38621 Do not ignore regex options when specified firstEvan Nixon2019-02-121-0/+61
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+50
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36239: MatchExpression parser should reject a $text query that is not ...Nick Zolnierz2018-07-241-0/+24
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-50/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+50
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-50/+0
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-6/+11
* SERVER-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-1/+28
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-10/+45
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-2/+42
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-13/+7
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-76/+60
* SERVER-30717 Serialize OrMatchExpression to {$alwaysFalse: 1}Blake Oler2017-09-121-12/+11
* SERVER-30951 Add top-level $expr to MatchExpressionJames Wahlin2017-09-101-5/+26
* 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-31/+126
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-23/+0
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-241-0/+68
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-0/+23
* SERVER-29912 Require argument to $pop to be 1 or -1.David Storch2017-07-051-0/+103
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-4/+4
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-6/+10
* SERVER-12307 CanonicalQuery tracks whether an update or delete is isolated.Benjamin Murphy2016-03-111-1/+1
* SERVER-19783 geoNear, near, and nearSphere correctly handle adjacent and chil...Benjamin Murphy2016-02-111-0/+7
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-5/+9
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-6/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-73/+75
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+6
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-1734 - Re-add support for $isolated as alias for $atomicDan Pasette2013-06-211-0/+8
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-7/+7
* SERVER-6400: MatchExpression version of Matcher code complete.Eliot Horowitz2013-05-061-0/+6
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-4/+4
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-18/+1
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+100