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

pymongo insert_many ordered not working

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.7.2
    • Component/s: API
    • None
    • Environment:
      windows 10 with python 3.6

      when using pymongo insert_many() with ordered=False, it cannot insert the rest of the documents on failure.

      for example when trying to insert [\{'test.key':'1'},\{'test_key':2}], the insert_many operation will failed at the first dictionary, unable to continue to insert for the 2nd dictionary

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

              Created:
              Updated:
              Resolved: