- 
    Type:Improvement 
- 
    Resolution: Won't Fix
- 
    Priority:Major - P3 
- 
    None
- 
    Affects Version/s: 3.0.0
- 
    Component/s: None
- 
    Environment:mongod v2.4.2, Node.js driver version 1.3.6. Windows, Ubuntu.
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
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