-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.2.0
-
Component/s: None
-
None
Currently Collection::bulkWrite() returns a WriteResult instance from the driver. While this is similar to the BulkWriteResult API defined in the CRUD spec, WriteResult does not track inserted IDs. Create a new BulkWriteResult class that composes a WriteResult, similar to what is done for InsertOneResult and InsertManyResult.
- is related to
-
PHPLIB-93 Insert results should contain IDs regardless of generation
- Closed