summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/schema/expression_internal_schema_eq.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49444 Implement validation error generation for jsonSchema logical key...Mihai Andrei2020-09-231-3/+6
* SERVER-42046: Remove redundant moves from query codeNikita Lapkov2020-08-141-1/+1
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40267 Clean up debug string generation for MatchExpression.David Storch2019-03-221-2/+3
* SERVER-39019 Fix incorrect $elemMatch $ne serializationJames Wahlin2019-02-191-3/+3
* 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-31760 Add InternalExprEqMatchExpression.David Storch2017-12-181-2/+5
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-6/+5
* SERVER-30176: Extend the JSON Schema parser to handle logical restriction key...Nick Zolnierz2017-09-191-0/+89