summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/parsed_aggregation_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25535 Remove injectExpressionContext().Charlie Swanson2016-12-161-134/+179
* SERVER-24921 allow excluding only the _id field in $projectSally McNichols2016-08-041-5/+3
* SERVER-24882 Reject expressions in aggregation's exclusion projection.Max Hirschhorn2016-07-011-0/+12
* SERVER-24814 ParsedAggregationProjection should reject $-prefixed field namesCharlie Swanson2016-06-301-1/+17
* SERVER-18966 Add the ability to exclude fields in $project stageCharlie Swanson2016-06-241-0/+395