-
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
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
- related to
-
SERVER-30575 Please add escaping convention for dot and dollar signs!
- Backlog