Bhaskar Muppana

Results 20 comments of Bhaskar Muppana

Ideally, it should be in Flow bindings. But we can move it later.

Ah, I was very vague in the problem description :man_facepalming:. Seems like some drivers or frameworks use `db.serverStatus()` to get server-specific information. [Mongoose](https://mongoosejs.com) seems to be looking for version information....

I have enabled this locally and encountered an issue that can be reproduced with this ``` python test/correctness/document-correctness.py --doclayer-port 27018 forever doclayer mm \ --seed 1963808493947487390 --num-doc 300 --num-iter 1...

Yeah, this would be super helpful. We should probably have some kind of request context which we pass around across all functions. For example, `Plan::execute()` functions are unaware of the...

`explain()` doesn't have to include the entire FDB key. As the FDB key contains the prefix pointing to collection or index as well. Make sure to remove the prefix.

This is important to be able to use [mongo-go-driver](https://github.com/mongodb/mongo-go-driver) with Document Layer. It only supports server versions >= 3.2.

Mongo Swift driver, [MongoKitten](https://github.com/OpenKitten/MongoKitten), seems to have the same issue. The latest release, 5.0, has removed support for MongoDB 3.0.

That would be great @likeabbas. We are planning on finishing this before 1.7.0, end of this month. I am just about to start on this issue. If you want to...