Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1155

ignoreUndefined is not working in unordered bulkWrite

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical - P2 Critical - P2
    • 3.0.0
    • Affects Version/s: 2.2.31
    • Component/s: None
    • Labels:

      Reviewed through source files.

      Following code is present in ordered.js file, but not in unordered.js.

      // Serialize functions
        if(self.s.options.ignoreUndefined) {
          finalOptions.ignoreUndefined = true
        }
      

      I added the above snippet to unordered.js and it started working fine.

            Assignee:
            jessica.lord Jessica Lord
            Reporter:
            poorna Poorna Subhash
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: