fakemongo / fongo

faked out in-memory mongo for java
Apache License 2.0
523 stars 156 forks source link

Fixed #311: added correct behavior of MongoCollection#insertMany in case option 'ordered' is set to false. #312

Closed mcdimus closed 7 years ago

mcdimus commented 7 years ago

I have a concern regarding usage of IndexMap. It seems that it is not quite correct how it is used in the current implementation. However, looks like it does not do any harm as for now.

Corresponding tests are included.

twillouer commented 7 years ago

Thanks !