Commit 208355d7 authored by Jeremy Mikola's avatar Jeremy Mikola Committed by Jason Carey (hanumantmk)
Browse files

CDRIVER-581: Don't assume write concern defaults in URI parsing

False safe/journal values should be explicitly set on the write concern. Additionally, w=1 should not be parsed as MONGOC_WRITE_CONCERN_W_DEFAULT, since the driver would then omit it from the write concern and allow a different server-side default to be applied.

Closes #195
parent 9c01ab7e
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment