Alexey Palazhchenko
Alexey Palazhchenko
https://www.mongodb.com/docs/manual/reference/operator/update/pullAll/
https://www.mongodb.com/docs/manual/reference/operator/update/each/
Depends on #828 https://www.mongodb.com/docs/manual/reference/operator/update/position/ DoD: - [ ] valid cases (for `$push` with `$each`, different positions) - [ ] invalid case (e.g. attempt to use without `$each`) - [ ]...
Depends on #828 https://www.mongodb.com/docs/manual/reference/operator/update/slice/ DoD (to test): - [ ] attempt to use without `$each` - [ ] empty `$each` - [ ] zero, positive and negative values of the...
Depends on #830 https://www.mongodb.com/docs/manual/reference/operator/update/sort/ DoD: - [ ] attempt to use without `$each` - [ ] empty `$each` - [ ] a test case when array elements are documents -...
https://www.mongodb.com/docs/manual/reference/operator/update/bit/ DoD: - [ ] both pg and Tigris should work - [ ] compat tests for bitwise and, or, xor - [ ] compat tests for cases with dot...
We want to start writing and publishing user-visible documentation on our website. 1. Let's start with https://squidfunk.github.io/mkdocs-material/. 2. Documentation should be in the main FerretDB repo so PRs that implement...
This task is a part of #683 epic. This task should be taken after #899 is done. 🎯 The goal of the task is to implement `timestamp` type for tjson....
https://www.mongodb.com/docs/manual/reference/operator/update/rename/ We should support it for both FerretDB and Tigris. Dot notation should be supported and tested.
https://www.mongodb.com/docs/manual/reference/operator/update/min/