summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71214 remove $betweenDavis Haupt2022-11-111-102/+0
* SERVER-69599 add parsing for between in matchgalon12022-10-041-37/+63
* SERVER-69598 squash commitsgalon12022-09-231-27/+27
* SERVER-67803 Parse $encryptedBetween MatchExpressionReilly McBride2022-08-051-0/+78
* SERVER-63295 Add tests for server-side rewrite for queries with dotted pathsNicholas Zolnierz2022-03-081-6/+6
* SERVER-61566 Fix and extract coercion to 32-bit int logic in expression parsingRui Liu2021-11-301-0/+58
* SERVER-58772: Improve error message for top level $not expressionMatt Boros2021-10-201-0/+12
* SERVER-48474 add '$sampleRate' match expressionEric Cox2020-06-251-0/+80
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-103/+0
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-121-18/+72
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+131
* Revert "SERVER-39171 Implement encrypt.bsonType validation"David Storch2019-03-121-131/+1
* SERVER-39171 Implement encrypt.bsonType validationPawel Terlecki2019-03-121-1/+131
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* 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