pymongo insert_many ordered not working

XMLWordPrintableJSON

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

      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 Hackett
              Reporter:
              songsonggaojurong
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: