-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1.1
-
Component/s: None
-
None
According to mongoc_uri_parse_option() in mongoc-uri.c, "readconcernlevel" is only handled when processing the URI's query string. This means that PHPC may not be properly assigning the value when picking it up from Manager's $options array argument (instead of the URI string).
This should be trivial to test, given that we now have a Manager::getReadConcern() method.
- depends on
-
PHPC-448 Add support for the readConcern option
- Closed