summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_request_helper.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-1/+3
* SERVER-68922 reject invalid $natural inputsDavis Haupt2023-04-041-0/+6
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-6/+7
* SERVER-69721 Serialize and deserialize namespace in cursor reply objects corr...jannaerin2022-10-211-1/+1
* SERVER-67143 Delete some unused internal client codeDavid Storch2022-06-231-3/+2
* SERVER-65955 Migrate shell exhaust path onto modern internal client APIDavid Storch2022-06-101-1/+0
* SERVER-62783 Get rid of ChunkVersion::appendWithField/parseWithFieldKaloian Manassiev2022-01-241-2/+0
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-11/+2
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-1/+3
* Revert "SERVER-58443 Translate $near/$nearSphere on a view to $geoNear"David Percy2021-08-191-1/+7
* SERVER-58443 Translate $near/$nearSphere on a view to $geoNearDavid Percy2021-08-111-7/+1
* SERVER-57461 Remove SPLIT_LIMITED_SORT and associated QueryPlanner codeEric Cox2021-07-311-1/+0
* SERVER-58566 Clean up the shell code so that it does not issue any OP_QUERY r...Yoonsoo Kim2021-07-201-9/+1
* Revert "SERVER-58566 Clean up remaining OP_QUERY code" due to a wrong author ...Yoonsoo Kim2021-07-201-1/+9
* SERVER-58566 Clean up remaining OP_QUERY codeVishnu Kaushik2021-07-201-9/+1
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-33/+26
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-0/+5
* SERVER-51622 Convert find and aggregate commands' output to IDLArun Banala2021-02-191-0/+5
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-0/+166