summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_projection_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-12/+12
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-7/+9
* SERVER-12902 number of required fields in parsed projection should be 1 when ...Benety Goh2014-03-061-0/+8
* SERVER-12641 support projections on DBRef fieldsBenety Goh2014-02-111-4/+32
* SERVER-12117 fixed path checking when parsing projection on $where queryBenety Goh2013-12-171-0/+22
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10026 cleanup positional projection operator validationDavid Storch2013-12-061-5/+54
* SERVER-10026 support boolean in projection spec for covered queriesBenety Goh2013-11-211-40/+31
* SERVER-10026 sometimes there is no _id field and sometimes that's okHari Khalsa2013-11-211-0/+104