-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 0.2.0
-
Component/s: None
-
None
Currently, Collection::createIndexesLegacy() executes a bulk write on the Server object, which does not allow a write concern to be specified (PHPC-271). Internally, the libmongoc client write concern is applied. Per discussion on SPEC-195, we should decide on a particular write concern to use here.
- depends on
-
PHPC-271 Server::executeBulkWrite() should take a write concern
- Closed