Alexey Palazhchenko
Alexey Palazhchenko
https://www.mongodb.com/docs/manual/reference/operator/update/pull/
- #803 - #859 - #697 Arguments: - #486 - #487 Field update operators: - #627 - #628 - #629 - #622 - #520 - #623 - #624 - #625...
We should find and use a good linter for https://sembr.org. Most importantly, it should check SemBr's point 4.
MongoDB returns error on `$inc`'ing large values: > write exception: write errors: [Failed to apply $inc operations to current value ((NumberLong)9223372036854775807) for document {_id: "int64-max"}] We should do the same....
Our current configuration does not actually check `integration` module.
We should check that our comparison and sorting of arrays and documents work as in MongoDB. Things to check and/or implement: * [x] comparison of arrays without serialization (#676); *...
See references to this issue in `TestQueryLogicalCompat` tests.
f1f559a77bcb8c101ee6ed3a942c8ba179088910 panics on `db.runCommand({explain: {count: "values"}})` in `task mongosh` with: ``` 2022-07-26T21:21:08.947+0300 DPANIC // 127.0.0.1:49325 -> 127.0.0.1:27017 clientconn/conn.go:130 expected length 70 (marshaled body size) + 16 (fixed marshaled header size)...
https://www.mongodb.com/docs/manual/reference/command/distinct/