Alexey Palazhchenko

Results 384 issues of Alexey Palazhchenko

https://www.mongodb.com/docs/manual/reference/command/delete/#std-label-delete-command-ordered We should support that argument for both PostgreSQL and Tigris. * write integration test first to check MongoDB behavior: `true`, `false`, with error, without error; * let's not generalize...

code/feature

Higher prio: * [x] #899 * [x] #900 * [x] #912 * [x] #907 * [ ] #906 * [x] #905 * [x] #1007 * [x] #911 * [x] #917...

code/chore
code/tigris

Currently, we try to create databases and collections in too many places. We should clean that up. Expand `tigrisdb`. Port `CreateTableIfNotExist` and `insert` from `pg` handler. Use them where needed....

code/chore
code/tigris

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

code/feature

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

code/feature

See issues with that label: https://github.com/FerretDB/FerretDB/labels/code%2Ftigris * #800 * #786 * #787 * #651 * #683 * #770 * #771 * #772 * #773 * #774 * #775 * #776

code/tigris

Depends on #503 (potential conflicting changes between two array operators). https://www.mongodb.com/docs/manual/reference/operator/update/positional/ DoD: - [ ] `update` (ideally, `updateOne` and `updateMany` test cases) and `findAndModify` - [ ] Cases for unsets,...

code/feature
not ready

Might depends on #822 (similar operator, it might make sense to implement one of them first). https://www.mongodb.com/docs/manual/reference/operator/update/positional-all/ DoD: - [ ] `update` (ideally, `updateOne` and `updateMany` test cases), `upsert`, and...

code/feature
not ready

Might depend on #822 (a similar operator, it might make sense to implement one of them first). https://www.mongodb.com/docs/manual/reference/operator/update/positional-filtered/ DoD: - [ ] `update` (ideally, `updateOne` and `updateMany` test cases), `upsert`,...

code/feature
not ready

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

code/feature