Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bulk): honor ignoreUndefined in initializeUnorderedBulkOp
* initializeUnorderedBulkOp to honor ignoreUndefined All write operations (insertOne,update,updateMany etc...). honor the ignoreUndefined flag defined in the collection scope. Apparently UnorderedBulkOp was left out. This fixes it, makes UnorderedBulkOp honor the flag. * Fix lint * Add ignoreUndefined option to initializeOrderedBulkOp * Fix comment lower case * Give function's options precedence over session's options.
- Loading branch information