summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_array_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-86/+89
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-90/+45
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-43/+109
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-40/+40
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-43/+111
* SERVER-15482 Reject bad inputs to size operatorTess Avitabile2016-02-041-8/+51
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-37/+74
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-28/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-633/+659
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-16256 get rid of ALL match expressionsDavid Storch2014-12-011-0/+85
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+27
* SERVER-12981 handle $and/$nor/$or under $elemMatchBenety Goh2014-03-071-0/+45
* SERVER-7757 added test cases for "a.b" $all + $elemMatch where a is document/...Benety Goh2014-02-161-0/+48
* SERVER-12473 additional test case for all operator with empty strings and ISO...Benety Goh2014-02-151-0/+88
* Revert "SERVER-12473 additional test case for all operator with empty strings...Ian Whalen2014-02-141-88/+0
* SERVER-12473 additional test case for all operator with empty strings and ISO...Benety Goh2014-02-141-0/+88
* SERVER-12263 support incomplete DBRef under elemMatchBenety Goh2014-02-071-0/+64
* SERVER-12263 relax ordering requirement of DBRef fields in queryBenety Goh2014-02-041-0/+39
* SERVER-12263 relax DBRef parsing requirements to support additional fields af...Benety Goh2014-02-041-1/+21
* SERVER-12191 handle DBRef under $elemMatchBenety Goh2014-01-051-0/+31
* SERVER-11775 added test case for {$all: [null]}Benety Goh2013-11-201-0/+11
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-9749: all is just semantic sugar for andEliot Horowitz2013-05-221-0/+12
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-30/+30
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-27/+27
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-4/+1
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+195