summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_convert_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-222/+224
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-29/+11
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-5/+7
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-121-505/+795
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-111-795/+505
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-111-505/+795
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37183 Safer bound for safeNumberLong()Justin Seyster2018-12-071-5/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* Revert "SERVER-34975 Treat an OID-embedded timestamp as unsigned."Justin Seyster2018-06-281-15/+0
* SERVER-34975 Treat an OID-embedded timestamp as unsigned.Justin Seyster2018-05-221-0/+15
* SERVER-33757 Unsupported target type in $convert is an "onError" case.Justin Seyster2018-03-211-42/+43
* SERVER-33598 Don't be a fool; convert your bool.Justin Seyster2018-03-061-0/+174
* SERVER-33510 Add shorthand syntax for $convertCharlie Swanson2018-03-011-7/+173
* SERVER-32914 Add formatting conversions to $convertJustin Seyster2018-02-281-118/+388
* SERVER-33169: Add string to date conversions to $convert3.6.3Nick Zolnierz2018-02-271-2/+112
* SERVER-33171: Add number and objectID parsing conversions to $convertNick Zolnierz2018-02-261-0/+694
* SERVER-33168 Add number<->date conversions to $convertJustin Seyster2018-02-231-5/+298
* SERVER-32784 Move ExpressionConvert tests to separate file.Justin Seyster2018-02-201-0/+1447