summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_leaf_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55057 Improvements to ComparisonMatchExpressionsBikash Chandra2021-08-231-0/+67
* SERVER-26991: Inconsistent handling of RegEx optionsMickey. J Winters2021-07-021-12/+8
* SERVER-21929 Make $in with null always match undefinedDavid Storch2021-06-141-10/+16
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-5/+5
* SERVER-44335 Deduplicate matcher/expression_test.cpp and pipeline/expression_...James Wahlin2019-11-011-0/+268
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-187/+187
* SERVER-40802 stop using boost::container::flat_setMathias Stearn2019-05-011-2/+2
* SERVER-39697 MatchExpressions regex error at parse time if regex is invalidIan Boros2019-02-281-9/+13
* SERVER-39693 fix PCRE support for start option (*LF)Ian Boros2019-02-271-0/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-12/+11
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-18341 Matcher returns false positives in comparison predicates with Mi...Minji2018-07-021-30/+110
* SERVER-34933 tests for PCRE verbs and Unicode optionsKyle Suarez2018-06-201-0/+18
* Revert "SERVER-30986 Prevent invalid regex in RegexMatchExpressions"Kyle Suarez2018-06-201-6/+0
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-608/+223
* SERVER-30986 Prevent invalid regex in RegexMatchExpressionsBlake Oler2017-09-191-0/+6
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-116/+11
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-145/+0
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-1/+107
* SERVER-30189 Reduce calls to allocator for large $in expressionsTess Avitabile2017-08-091-26/+40
* SERVER-29571 Parse a subset of $jsonSchema into a MatchExpression.David Storch2017-07-171-27/+24
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-54/+54
* SERVER-1475 Make $type:'array' match outer arrays.David Storch2017-05-081-33/+5
* SERVER-24508 BSONElement::ComparatorInterfaceDavid Storch2016-09-021-1/+2
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-8/+8
* SERVER-23611 Add InMatchExpression::setCollator() methodJ. Rassi2016-06-101-29/+82
* SERVER-23611 Add ComparisonMatchExpression::setCollator() methodJ. Rassi2016-06-061-119/+68
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23611 Refactor InMatchExpressionJ. Rassi2016-05-271-93/+18
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-68/+68
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-211-87/+43
* SERVER-23348 Add a collator to ComparisonMatchExpression, InMatchExpressionTess Avitabile2016-04-131-78/+219
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-11/+0
* SERVER-22626 fix $type unit testsDavid Storch2016-02-161-9/+2
* SERVER-21330 Incorrect $type explain/diagnostic output for "number"James Wahlin2015-12-291-0/+11
* SERVER-19385 Optimize bit test query operators with numbersQingyang Chen2015-07-151-7/+8
* SERVER-3518 Bit test query operatorsQingyang Chen2015-07-141-0/+554
* SERVER-19243 $type to support "number"Qingyang Chen2015-07-131-16/+35
* SERVER-18819 allow $type to support type values as string namesQingyang Chen2015-07-021-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1613/+1658
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-14886 BSONElementIterator::next() set array offset correctlyJason Rassi2014-11-201-0/+16
* SERVER-11444 updated comparison operator to apply the same rules to arrays as...Benety Goh2014-02-061-8/+31
* SERVER-8692 additional test cases for queries against null to document existi...Benety Goh2014-01-281-0/+22
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-171-0/+9
* Revert: SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-141-9/+0
* SERVER-5481 reject $in query on undefined valueBenety Goh2013-12-141-0/+9
* SERVER-11422 added test cases for null comparisonBenety Goh2013-11-231-0/+56