0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

11 Commits

Author SHA1 Message Date
Mathias Stearn
4a8c39140b group() now uses full key-names in output SERVER-296
Signed-off-by: Eliot <eliot@10gen.com>
2009-09-17 11:56:40 +08:00
Eliot Horowitz
30d4cf6114 just an example of group sum 2009-09-09 21:38:55 -04:00
Eliot Horowitz
af13f83c61 use extractFields which is now correct to fix SERVER-257 2009-09-09 17:17:17 -04:00
Eliot Horowitz
1a09d3a722 fix windows groupcmd - assert is often overriden - be careful 2009-08-19 15:42:18 -04:00
Eliot Horowitz
7681d53e0a temp debugging MINOR 2009-08-19 14:02:03 -04:00
Eliot Horowitz
9783eed68d groupcmd handle some weird key cases 2009-08-19 13:18:32 -04:00
Eliot Horowitz
59622dbd76 clean groupcmd and make work with empty key 2009-08-19 12:33:06 -04:00
Eliot Horowitz
e57376179d forgot to change a name 2009-08-19 12:04:26 -04:00
Eliot Horowitz
fcf1ca0afa make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
2009-08-19 11:51:16 -04:00
Eliot Horowitz
2536e9eae0 actual test for group 2009-06-08 10:56:27 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00