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(bulkWrite): always count undefined values in bson size for bulk
Bulk Writes use bson.calculateObjectSize to determine the size of
batches. However, it was not respecting user or default option
values like ignoreUndefined, which lead to bulkWrite errors in
some edge cases. To be safe, it now always sets ignoreUndefined to
false.
Fixes NODE-1898
0 commit comments