ReadConcern SHOULD be specifiable at the Client, Database, and Collection levels. Unless specified, the value MUST be inherited from its parent
When creating a collection, if no read_concern is provided, we'll create a new read_concern rather than inheriting from the parent database. The same is true for new databases.
- is depended on by
-
CXX-758 ReadConcern should be inherited from a parent when not set
- Closed
- is related to
-
CDRIVER-1075 Generic command functions shouldn't use client's read and write concern
- Closed
-
CDRIVER-837 Add support for the readConcern option
- Closed