Versions of MongoDB previous to 2.6 only return the upserted _id if the _id value was an ObjectId. This causes incorrect counts for nUpdated in the Bulk API when connected to MongoDB <= 2.4.x.
- is depended on by
-
DRIVERS-151 Handle Bulk API edge case for pre-2.6 servers when upserted _id not returned
- Closed