Alexey Palazhchenko
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...
Higher prio: * [x] #899 * [x] #900 * [x] #912 * [x] #907 * [ ] #906 * [x] #905 * [x] #1007 * [x] #911 * [x] #917...
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....
https://www.mongodb.com/docs/manual/reference/operator/update/max/
https://www.mongodb.com/docs/manual/reference/operator/update/mul/
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
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,...
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...
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`,...
https://www.mongodb.com/docs/manual/reference/operator/update/addToSet/