forked from hanxiang01/mgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The "out" option in the MapReduce command must be ordered. This was
found after the implementation was accepting maps for a long time, so rather than breaking the API, the implementation will fix the order if necessary. Details about the order requirement may be seen in MongoDB's code: http://goo.gl/L8jwJX Thanks to Peter Kleiweg for reporting the issue.
- Loading branch information
Showing
3 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
mgo - MongoDB driver for Go | ||
|
||
Copyright (c) 2010-2012 - Gustavo Niemeyer <[email protected]> | ||
Copyright (c) 2010-2013 - Gustavo Niemeyer <[email protected]> | ||
|
||
All rights reserved. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters