At least error out if not supported:
> db.foo.drop()
true
> db.foo.insert([{},{}])
> db.foo.find()
{ "_id" : ObjectId("4e6e6b3b296dfe99311b45e5"), "0" : { }, "1" : { } }
D'oh!
- duplicates
-
SERVER-2395 Allow multidoc (bulk) insert
- Closed