Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
3.7.2
-
None
-
None
-
windows 10 with python 3.6
Description
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
Attachments
Issue Links
- related to
-
SERVER-30575 Please add escaping convention for dot and dollar signs!
-
- Backlog
-