Results 14 comments of Dmitry

As we discussed with Elena the proper validation requires too much effort, so we close this one.

> Why that’s not a compatibility test? I think we can do compat tests for update operators in a separate issue like #972

How we should process queries with dotted fields? MongoDB support such queries: ``` db.test.findOne({"value.foo.bar": {"baz.quz": 1}) ``` Where `"value.foo.bar"` would be dot notation but `"baz.quz"` is dotted field.

What has been done so far: * `getMore` handlers added * sequential ID generated for new cursors * cursor stored within `ConnInfo` structure * cursor carries documents iterator and a...

@noisersup sorry, forgot to add an interface check.

Hey! There were a couple of places where we didn't sanitize the DB name as we should have. That's why the test are failing. It's in internal/handlers/pg/pgdb/stats.go. First one the...

> @w84thesun, yeah sure! But what about other places like: Thanks for noticing and handling those places!