Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-427

New write concern API

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.4
    • Affects Version/s: None
    • Component/s: None
    • None

      PyMongo currently provides get|set|unset_lasterror_options methods for setting write concern on a Connection, Database, or Collection instance. The current API will be deprecated in favor of a write_concern attribute, defined as a dict of write concern options (j, w, wtimeout, fsync).

      The current API will be deprecated but continue to exist until at least PyMongo 3.0

            Assignee:
            bernie@mongodb.com Bernie Hackett
            Reporter:
            bernie@mongodb.com Bernie Hackett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: