summaryrefslogtreecommitdiff
path: root/jstests/core/match_numeric_components.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57588 Inconsistent query results when an array position is indexed ↵Timour Katchaounov2021-11-221-0/+96
| | | | whose value is an array
* SERVER-57300 Fix logic for detecting numeric path component to avoid ↵Andrii Dobroshynski2021-06-171-1/+83
| | | | executing with SBE
* SERVER-56066 [SBE] Fix numeric path component check for $nin and $allMihai Andrei2021-04-211-6/+115
|
* SERVER-54405 Fall back to classic engine when match contains numeric path ↵Ian Boros2021-02-251-0/+162
components