summaryrefslogtreecommitdiff
path: root/jstests/aggregation/expressions/arrayToObject.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-51532: Implement objecttoarray and arraytoobject expressionsProjjal Chanda2023-04-051-12/+31
|
* SERVER-51823 Use classic engine to evaluate queries containing expressions ↵Anton Korshunov2021-02-141-3/+0
| | | | not supported in SBE
* SERVER-49227 Tag tests to be excluded from aggregation_slot_based_executionJustin Seyster2020-08-181-0/+3
|
* SERVER-49404 Enforce additional checks in $arrayToObjectDrew Paroski2020-07-151-0/+14
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-65/+63
|
* SERVER-37182 Correctly handle duplicate fields in $arrayToObjectIan Boros2018-10-101-100/+64
|
* SERVER-29676 arrayToObject should not error out on explicit value of null or ↵Wan Bachtiar2017-06-221-27/+41
| | | | | | | | undefined for value Closes #1158 Signed-off-by: Tess Avitabile <tess.avitabile@mongodb.com>
* SERVER-23310 Add aggregation expression $arrayToObjectWan Bachtiar2017-03-071-0/+99
Signed-off-by: Tess Avitabile <tess.avitabile@mongodb.com>