summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matcher_type_set_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-30/+31
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35454 Make MatchExpression parser fail cleanly on $type:0.David Storch2018-06-081-0/+20
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-151-30/+28
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-231-1/+59
* SERVER-30157 Reject non-integral type codes in $type parsingBlake Oler2017-10-171-8/+12
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-0/+236