You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments