Alexey Palazhchenko

Results 384 issues of Alexey Palazhchenko

https://www.mongodb.com/docs/manual/reference/operator/update/pull/

code/feature

* #848 * #849

code/feature

- #803 - #859 - #697 Arguments: - #486 - #487 Field update operators: - #627 - #628 - #629 - #622 - #520 - #623 - #624 - #625...

code/feature

We should find and use a good linter for https://sembr.org. Most importantly, it should check SemBr's point 4.

good first issue
project

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....

code/bug

Our current configuration does not actually check `integration` module.

good first issue
code/chore

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); *...

code/enhancement

See references to this issue in `TestQueryLogicalCompat` tests.

code/bug
good first issue

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)...

code/bug
not ready

https://www.mongodb.com/docs/manual/reference/command/distinct/

code/feature