summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_type_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73678 Implement and verify redaction for JsonSchema MatchExpressionsTed Tuckman2023-03-281-0/+18
* Revert "SERVER-73678 Implement redaction in jsonschema expressions"auto-revert-processor2023-03-281-18/+0
* SERVER-73678 Implement redaction in jsonschema expressionsTed Tuckman2023-03-271-0/+18
* SERVER-74139 Create v2 of FLE2UnindexedEncryptedValueErwin Pe2023-02-281-1/+2
* SERVER-72919 Implement v2 changes to QE insertsErwin Pe2023-02-141-0/+2
* SERVER-65494 handle empty field names for column scanAlyssa Wagenmaker2022-10-271-39/+39
* SERVER-65318 Re-enable Expression Type TestJacob Evans2022-09-191-7/+7
* SERVER-67755 fle2 range - implement insertSergey Galtsev2022-09-071-0/+1
* SERVER-63643 Generate implicit schema for create collection with encrypted fi...Erwin Pe2022-03-181-0/+94
* SERVER-63295 Add tests for server-side rewrite for queries with dotted pathsNicholas Zolnierz2022-03-081-1/+1
* SERVER-58612 Add Column as BSON Binary Subtype 7Henrik Edin2021-08-031-0/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-2/+2
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-37/+37
* SERVER-39492 Allow array of BSON types in encrypt.bsonType specificationPawel Terlecki2019-04-121-0/+21
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38932 add BinData sub-type for encryptionIsabella Siu2019-01-221-0/+8
* SERVER-38577 Implement internal match expression which matches a particular B...vrachev2019-01-141-0/+67
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-40/+21
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-291-6/+40
* SERVER-30245 Add $_internalSchemaType.David Storch2017-08-171-0/+205