Documentation Bug: Node.js update() callback function parameters

XMLWordPrintableJSON

    • 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

        1. go.js
          0.9 kB
          Harry Pehkonen

            Assignee:
            Christian Amor Kvalheim
            Reporter:
            Harry Pehkonen
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: