mongo-java-server
mongo-java-server copied to clipboard
Fake implementation of MongoDB in Java that speaks the wire protocol.
In embedded mongodb, on the integration tests running, auto creation indexes not working well in the verion 1.7.0, when there are secondary indexes
Please add support for capped collections. We have an application that uses capped collections and we can't use `mongo-java-server` with it.
This issue is very similar to the closed issue here https://github.com/bwaldvogel/mongo-java-server/issues/201 The difference here is that querying for exact array matches does not work when querying for three fields where...
Hello :) i was able to integrate the denpendency in my ktor/kotlin project and i also create a Mock Database. What i would like to know is if it´s compatible...
When doing a $lookup where the foreign field is a property on a collection flapdoodle does not return a result. Using latest 1.45.0 version For example for a data structure...
When are you planning to update the server (or driver) version? Building my project with mongodb-driver v 5.2.0 leads to the error "com.mongodb.MongoIncompatibleDriverException: Server at localhost:59444 reports wire version 6,...
When I want to update one document and precisely one element in array of subdocument, mongo-java-server doesn't find match. For example : ``` myCollection.updateOne( and(eq("_id", myId), , eq("myArray._id", new ObjectId(myArrayId))),...