FerretDB icon indicating copy to clipboard operation
FerretDB copied to clipboard

Support `$position` array update operator's modifier

Open AlekSi opened this issue 2 years ago • 0 comments

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)
  • [ ] test case for negative index
  • [ ] test case for positive index

AlekSi avatar Jul 04 '22 11:07 AlekSi