summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-1257/+0
* SERVER-33360 Ambiguous constructor call in ConvertNumericToDecimalJustin Seyster2018-02-161-2/+3
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-151-0/+1256
* SERVER-33172: Add onNull parameter to $dateToStringNick Zolnierz2018-02-131-953/+0
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-101-0/+16
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-2/+30
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-081-0/+707
* SERVER-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-051-10/+162
* SERVER-31962 Replace Variables::hasUserDefinedValue() with const val chkJames Wahlin2017-11-171-5/+5
* SERVER-31890 ExpressionFieldPath::optimize() should expand dotted field pathJames Wahlin2017-11-141-2/+86
* SERVER-31322 Rename year and week field names for $dateToParts and $dateFromP...Katherine Walker2017-10-051-11/+12
* SERVER-23410 Include millis and 'Z' when converting agg dates to stringsCharlie Swanson2017-10-021-0/+9
* SERVER-30399 Add caching for $lookup non-correlated sub-pipeline prefixBernard Gorman2017-09-241-0/+62
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-46/+48
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-10/+40
* SERVER-30524 dateFromParts should expect "millisecond" instead of "milliseconds"Derick Rethans2017-08-081-3/+3
* SERVER-29284 Add support for UTC offsets to $dateFromStringDerick Rethans2017-07-301-0/+44
* SERVER-29209 Add timezone support to $dateFromStringDerick Rethans2017-07-211-0/+93
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-131-1/+41
* SERVER-28610 Added timezone support (and %z and %Z) to $dateToStringDerick Rethans2017-07-121-0/+85
* Revert "SERVER-29208 Add the $dateFromString aggregation operator"Dan Pasette2017-07-111-39/+0
* SERVER-29208 Add the $dateFromString aggregation operatorDerick Rethans2017-07-111-0/+39
* SERVER-30079 Reject empty object as date expression argumentCharlie Swanson2017-07-101-0/+10
* ERVER-28611 Add timezone argument for date expressionsCharlie Swanson2017-07-071-0/+308
* SERVER-28613: Add $dateToParts and $dateFromParts aggregation framework opera...Derick Rethans2017-06-291-0/+192
* SERVER-27115 Allow $match to swap across renames expressed using $map.David Storch2017-05-301-0/+173
* SERVER-28651 Don't hold Document ref across group iterationsr3.5.7James Wahlin2017-05-091-1/+1
* SERVER-28651 Pass agg Variables root doc via Expression::evaluate()James Wahlin2017-05-031-2/+2
* SERVER-28651 Move agg var ownership to ExpressionContextJames Wahlin2017-04-291-136/+140
* SERVER-24879 Add $mergeObjects aggregation expressionnzolnierzmdb2017-03-311-9/+95
* SERVER-27614 add $$REMOVE agg system variableDavid Storch2017-03-131-0/+54
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-123/+170
* SERVER-25992 Remove Value(const char* value) constructorTess Avitabile2016-12-161-86/+96
* SERVER-23103 Move assembleResposne to its own libraryAndrew Morrow2016-12-141-0/+2
* SERVER-25991 Use StringData literal in WithNullCharacter* test casesMarko Vojvodic2016-10-181-2/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-36/+36
* SERVER-23349 require a collator for Document::compare() and Value::compare()David Storch2016-07-191-0/+6
* SERVER-24508 DocumentComparator and ValueComparatorDavid Storch2016-07-141-69/+95
* SERVER-24640 Implement getDependencies for $facet stage.Charlie Swanson2016-07-141-4/+4
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-1388/+348
* SERVER-24651 Add and use string data literalsJason Carey2016-06-171-12/+7
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-9/+50
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-80/+136
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-221-2/+0
* SERVER-16221 SERVER-23712 Aggregation unit tests should not rely on signed ov...Andrew Morrow2016-04-151-1/+6
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-291-0/+53
* SERVER-23356 ExpressionSubstrCPTest does not null-terminate char*.Benjamin Murphy2016-03-251-4/+4
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-251-7/+61
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-241-0/+35
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-0/+23