Commit Graph

6 Commits

Author SHA1 Message Date
Jonathan Reams
338f764be0 SERVER-6102 Deserialize BSON undefined as JS undefined 2015-11-11 11:12:17 -05:00
Randolph Tan
3bcbb33bc5 SERVER-13188 Migrate aggregation jstest suite to use write commands api 2014-03-13 17:00:16 -04:00
Mathias Stearn
061a086641 SERVER-10165 aggregate() shell helper now returns a cursor
The actual change is in src/mongo/shell/collection.js with the remaining changes
to adjust tests to the new api.

The "ideal" arguments are now an array of pipeline ops and an optional object
with extra top-level options for the command (such as {explain: true}. For
backwards compatibility, we still support the varargs style where each argument
is a pipeline stage, but there is no way to specify extra parameters in this
mode.
2013-10-08 17:35:02 -04:00
Mathias Stearn
45b3dae6fa Treat undefined as null in aggregation rather than erroring SERVER-4674 2012-07-03 17:24:07 -04:00
Mathias Stearn
ce91fa9de4 Make test more clear SERVER-4674 2012-07-03 17:24:07 -04:00
U-tellus\cwestin
54f86fa31d SERVER-4504 minor changes from code review 2012-05-21 12:40:39 -07:00