collection.bulkWrite
does not return insertedIds
and upsertedIds
#157
Labels
collection.bulkWrite
does not return insertedIds
and upsertedIds
#157
Hi!
Here:
mongo-mock/lib/collection.js
Line 87 in 80fdc61
I'd like it to aggregate the
insertedIds
andupsertedIds
to be returned asBulkWriteResponse
.Can you please implement that?
The text was updated successfully, but these errors were encountered: