Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
3.0.0
-
None
-
None
-
mongod v2.4.2, Node.js driver version 1.3.6. Windows, Ubuntu.
Description
Documentation for "update" at:
http://mongodb.github.io/node-mongodb-native/markdown-docs/insert.html
...says callback takes two parameters. In fact, it takes three (when
{safe:true}). This makes a difference when running with an async library such as caolan/async.
The attached go.js shows the JSON representation of the third parameter ("something"):
n: 1
something: {
"updatedExisting": true,
"n": 1,
"connectionId": 88,
"err": null,
"ok": 1
}
dummy: undefined