OSI-Califronia
Results
1
issues of
OSI-Califronia
I changed to code to this MongoClientImpl ```java private FindIterable doFind(String collection, JsonObject query, FindOptions options) { MongoCollection coll = getCollection(collection); Bson bquery = wrap(encodeKeyWhenUseObjectId(query)); FindIterable find = coll.find(bquery, JsonObject.class);...
bug
help wanted