Duplicate Key Error even when IsOrdered set to false.

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: 2.2.3
    • Component/s: API
    • None
    • Environment:
      MongoDB 3.2.4
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      This is the code I'm running:

      InsertManyOptions options = new InsertManyOptions();
      options.IsOrdered = false;
      await collection.InsertManyAsync(
           records.ToBsonList(),
           options);
      

      and this the error.
      I didn't experienced it in MongoDB 3.2.3.

            Assignee:
            Unassigned
            Reporter:
            Zeioth
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: