-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 0.0.2
-
Component/s: Options & Configuration
-
None
Currently we place the writeconcern passed to some dispatch commands, like Aggregate, as a parameter so we can control if we actually send it. We wind up having to iterate through the options slice to determine if we need to apply our own write concern or a user's write concern.
Once the work in GODRIVER-272 and GODRIVER-337 is complete we can have the option stacks for the collection methods extract the write concern and pass it directly as the parameter for a dispatch function.
- depends on
-
GODRIVER-444 Design : Options Management
- Closed
-
GODRIVER-272 Implement redesigned options for the Collection methods
- Closed
-
GODRIVER-337 Allow option.Optioner to return an error
- Closed