-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Per the specification:
Inserts the provided documents. If any documents are missing an identifier, the driver should generate them.
Note that this uses the bulk insert command underneath and should not use OP_INSERT. This will be slow on < 2.6 servers, so document your driver appropriately.
This will require creating an InsertManyResult class as well.