summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/matcher_type_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49686 Translate $type match expression to SBEDrew Paroski2020-07-281-0/+17
* SERVER-9763 Remove BSONObjBuilder append unsigned methodAlya Berciu2019-07-031-15/+22
* SERVER-40253 Implement count command in IDLTed Tuckman2019-04-251-1/+1
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-121-0/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38248 Change StringMap implementation to absl::flat_hash_mapHenrik Edin2018-12-041-5/+5
* 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/+15
* SERVER-32784 Add $convert with typecast conversions.Justin Seyster2018-02-151-23/+0
* SERVER-31623 MatcherTypeSet must not cast large doubles to intKyle Suarez2017-10-231-6/+6
* SERVER-30157 Reject non-integral type codes in $type parsingBlake Oler2017-10-171-1/+2
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-0/+175