summaryrefslogtreecommitdiff
path: root/jstests/core/projection_dotted_paths.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-121-5/+1
* SERVER-60389 [SBE] Rewrite engine specific assertions to be multiversion comp...Mihai Andrei2021-10-121-8/+6
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-3/+0
* SERVER-57741 Fixed SBE to order projection fields ahead of expression fields ...Mohammad Dashti2021-06-291-4/+4
* SERVER-57077 require FCV 5.0 for tests asserting on query plan shapeKyle Suarez2021-05-201-0/+3
* SERVER-56506 Fix the "relevantSlots" logic in sbe_stage_builder_projection.cppDrew Paroski2021-05-121-1/+12
* SERVER-56109 Replace repeated isSBEEnabled checks with helper functionNikita Lapkov2021-04-231-4/+2
* SERVER-54322 Text query plans are not shown properly in SBE explainAnton Korshunov2021-03-131-22/+22
* SERVER-54480 Fix index key rehydration in SBEIan Boros2021-02-241-4/+35
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-1/+4
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-73/+72
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-5/+2
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-17/+17
* SERVER-28558 tests must not use jsTest.name() as a collection nameKyle Suarez2017-03-311-1/+1
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-231-0/+4
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collect...Randolph Tan2017-03-231-4/+0
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections tha...Eddie Louie2017-03-151-0/+4
* SERVER-2104 add support for covered projections with dotted field pathsDavid Storch2017-02-241-0/+95