summaryrefslogtreecommitdiff
path: root/jstests/core/expr.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-24/+24
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-300/+299
* SERVER-41303 Split jscore tests that run mapReduce but do not specifically te...Allison Easton2019-06-101-2/+0
* SERVER-40938: disallow afterClusterTime and ignore prepare conflicts for dbha...Lingzhi Deng2019-05-231-1/+7
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-19/+25
* SERVER-28524 remove group commandKyle Suarez2018-05-301-38/+0
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-2/+2
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-0/+2
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-0/+15
* SERVER-31721 invalid $expr within $and/$or can segfault on call to optimizeJames Wahlin2017-10-271-0/+15
* SERVER-31408 Test that all code paths that support expr support throwing at r...Tess Avitabile2017-10-111-26/+81
* SERVER-31496 MatchExpressionParser::parse() should not throwTess Avitabile2017-10-111-0/+24
* SERVER-30731 Add expr support in MatchExpression outside of aggregationTess Avitabile2017-10-051-0/+239