summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/lite_parsed_query_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18932 LiteParsedQuery::_ns use const NamespaceString rather than std::...Qingyang Chen2015-06-301-13/+15
* SERVER-19069 Fix formatting errorKaloian Manassiev2015-06-221-3/+2
* SERVER-19069 Add sort argument to LiteParsedQuery::makeAsFindCommandKaloian Manassiev2015-06-221-5/+7
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-942/+972
* SERVER-18589 Change makeAsFinCmd to accept optional<int> for limitRandolph Tan2015-06-191-3/+52
* Revert "Revert "SERVER-18589 Create LiteParseQuery factory for find cmd""Randolph Tan2015-06-191-156/+193
* SERVER-19033 find command now validates the type of its first parameterDavid Storch2015-06-181-50/+139
* Revert "SERVER-18589 Create LiteParseQuery factory for find cmd"Randolph Tan2015-06-181-193/+156
* SERVER-18589 Create LiteParseQuery factory for find cmdRandolph Tan2015-06-181-156/+193
* SERVER-18950 Make LiteParsedQuery return StatusWith<unique_ptr>Kaloian Manassiev2015-06-121-327/+253
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-17/+16
* SERVER-18611 use NSDMI instead of having constructor initialize LiteParsedQue...coollog2015-06-031-0/+28
* SERVER-17577 query planner now makes use of separate limit and batchSize fiel...David Storch2015-05-211-2/+58
* SERVER-18184 add awaitData support to the getMore command (oplog only)David Storch2015-05-191-0/+10
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-4/+4
* SERVER-17544 remove exhaust option from find command parsingDavid Storch2015-04-091-3/+9
* SERVER-17282 update find command parsing to conform to find command spec changesDavid Storch2015-03-111-56/+44
* SERVER-16830 Fix LiteParsedQuery find command object "hint" parsingJason Rassi2015-01-151-1/+2
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15527 rename find command 'query' field to 'filter'David Storch2014-10-281-29/+29
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+4
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-1/+1
* SERVER-10448 explained operations should not use the plan cacheDavid Storch2014-10-021-42/+82
* SERVER-15287 Can't use index key pattern plugin fields to provide sortJason Rassi2014-09-221-43/+27
* SERVER-15230 explain find via the find commandDavid Storch2014-09-181-0/+500
* SERVER-12866 added explain to canonical query constructorBenety Goh2014-02-281-9/+28
* SERVER-12647 disallow empty field name in sort orderBenety Goh2014-02-131-0/+2
* SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $metaJason Rassi2014-01-211-0/+60
* SERVER-12324 replaced std::stream with str::stream in db/query and db/execBenety Goh2014-01-151-6/+4
* Revert "SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $meta"Jason Rassi2014-01-131-60/+0
* SERVER-12038 SERVER-12193 LiteParsedQuery validate queries with $metaJason Rassi2014-01-131-0/+60
* SERVER-10026 port old dbtests to single_solution_runner_testDavid Storch2013-12-191-8/+8
* SERVER-9063 SERVER-10026 Rename document metadata "text" to "textScore"Jason Rassi2013-12-131-15/+15
* SERVER-12005 reject queries with bad hints, invalid min/max specs and missing...Benety Goh2013-12-121-5/+42
* SERVER-10026 stop testing old code in dbtest suite 'query'David Storch2013-12-091-0/+24
* SERVER-11568 normalize sort order in query and index key pattern during planningBenety Goh2013-11-271-0/+134