mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-25 01:18:07 +02:00
cad8292e35
executeBulkWrite() will now throw a BulkWriteException on top of any previous exception to ensure that a WriteResult can be attached. InvalidArgumentException is excluded, since that is only thrown before mongoc_bulk_operation_execute does IO (e.g. batch is empty).