summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_parser_leaf_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30157 Reject non-integral type codes in $type parsingBlake Oler2017-10-171-5/+3
* SERVER-30731 MatchExpressionParser::parse() should require an ExpressionContextTess Avitabile2017-09-291-365/+382
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-459/+0
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-11/+55
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-251-690/+444
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-70/+471
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-11/+11
* SERVER-29585: Create a $_internalSchemaObjectMatch MatchExpressionNick Zolnierz2017-07-111-9/+3
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+24
* Revert "SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMax...Siyuan Zhou2017-06-271-24/+0
* SERVER-29587: Create $_internalSchemaMinItems and $_internalSchemaMaxItems Ma...Nick Zolnierz2017-06-271-0/+24
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-185/+398
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-20/+16
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-71/+71
* SERVER-23608 Make MatchExpressionParser take a CollatorInterface*Tess Avitabile2016-04-261-207/+682
* SERVER-22626 fix $type unit testsDavid Storch2016-02-161-7/+4
* SERVER-22532 fail cleanly for $type predicates with invalid numerical type codesDavid Storch2016-02-121-0/+34
* SERVER-18824 Allow $regex to match text that has embedded NUL bytes.Max Hirschhorn2016-02-101-0/+13
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-221-301/+412
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-0/+25
* SERVER-3518 Tests for full code coverage in bit test query operatorsQingyang Chen2015-07-161-0/+46
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+269
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-131-19/+30
* SERVER-16889 SERVER-19240 fix stylematt dannenberg2015-07-061-9/+5
* SERVER-16889 StatusWithMatchExpression replace ME* with unique_ptr<ME>Qingyang Chen2015-07-061-39/+20
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-021-0/+101
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-523/+618
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-25/+25
* SERVER-17287 StatusWith improvementsMathias Stearn2015-02-131-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+25
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-12263 relax ordering requirement of DBRef fields in queryBenety Goh2014-02-041-0/+17
* SERVER-12263 relax DBRef parsing requirements to support additional fields af...Benety Goh2014-02-041-18/+20
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-171-0/+12
* Revert: SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-141-12/+0
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-141-0/+12
* SERVER_4928 added test cases for bad regex operandBenety Goh2013-12-021-0/+9
* SERVER-10416 support DBRef as $in operandBenety Goh2013-11-191-0/+136
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-6400: fix $regex/$options parsingEliot Horowitz2013-05-161-10/+12
* SERVER-6400 Use an abstraction layer into MatchExpression for different formatsEliot Horowitz2013-05-091-58/+58
* SERVER-6400 rename *Expression* to *MatchExpression* to avoid conflictEliot Horowitz2013-04-291-65/+65
* SERVER-6400 - move MatchDetails out of matcher.hEliot Horowitz2013-04-291-4/+1
* SERVER-6400 - fix regex parsing error message and add some tests for field or...Eliot Horowitz2013-04-281-0/+9
* SERVER-6400 new expression tree and parserEliot Horowitz2013-04-231-0/+342