-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Sessions
-
None
The SessionOptions struct has fields DefaultReadConcern and DefaultWriteConcern that only apply to transactions started within the session and not to any operation within the session as the names might suggest.
We should change the name of these fields to represent that they only apply to transactions or put them within an embedded DefaultTransactionOptions struct within SessionOptions.
- depends on
-
GODRIVER-2696 Use an options pattern that doesn't require merging structs
- Closed
-
GODRIVER-2800 Convert Session Interface to a Struct
- Closed
- is related to
-
GODRIVER-1703 Change Session examples to use transactions
- Closed