summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/projection_ast_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76424 Replace 'redact' with 'hmac' in $telemetry syntaxTed Tuckman2023-05-031-3/+3
* SERVER-75398 New query shape definition for find commandCharlie Swanson2023-04-131-1/+2
* SERVER-75174 shapeify and redact DocumentSourceSingleDocumentTransformationMaddie Zechar2023-04-101-9/+9
* SERVER-75343: Fix and centralize identifier redaction in SerializationOptionsWill Buerger2023-04-041-2/+2
* SERVER-74724 Convert query shape and redaction unit tests to use auto-updatin...Davis Haupt2023-03-141-25/+25
* SERVER-73488 Add redaction to projection AST serializationDavis Haupt2023-02-271-0/+67
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-57749 Optimize a projection expression prior to planning for 'find'Andrii Dobroshynski2021-08-171-5/+5
* SERVER-56516 Fix undefined behaviour in $slice arguments parsingNikita Lapkov2021-06-111-0/+62
* SERVER-43334 Ban invalid positional projection syntaxIan Boros2019-12-111-28/+27
* SERVER-40687 stricter checking on positional operator fieldIan Boros2019-12-061-10/+28
* SERVER-6527 test that projections with conflicting fields are bannedIan Boros2019-11-151-0/+38
* SERVER-43404 Delete ParsedAggregationProjection::parse() and use ProjectionAS...Anton Korshunov2019-11-131-2/+5
* SERVER-44321 treat $meta-only projections depending on contextIan Boros2019-11-121-2/+81
* SERVER-42435 Remove ParsedProjection and ProjectionExecIan Boros2019-10-231-0/+2
* SERVER-42988 allow agg-style object syntax in find() projectionIan Boros2019-10-211-64/+237
* SERVER-42421 Create a projection_ast::Projection during construction of the C...Ian Boros2019-09-231-3/+195
* SERVER-42417 Introduce projection ASTIan Boros2019-08-221-0/+209