-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Empty show more show less
I find myself constantly looking up the fields of the bulkExec and updateOne/updateMany results, because I can't seem to memorize which is "nModified" and which is "modifiedCount".
Question is, why are these different to begin with?
nMatched vs. matchedCount
nModified vs. modifiedCount
nUpserted vs. upsertedCount
Related, deletedCount vs. nRemoved.
Ca bulkExec's return fields be aliased to the ones used by the results of other operations?
- is related to
-
SERVER-39975 update accepts true or an options document
- Closed
- related to
-
NODE-2936 Full CRUD spec result type conformance
- Closed
- mentioned in
-
Page Loading...