Summary
MongoDB 4.4 will allow a hint option to be specified for update/replace operations using the findAndModify command. Note that delete operations may end up being supported in MongoDB 4.4 (support was not added alongside update/replace ops), but that will be addressed by a separate ticket if so
New CRUD tests are in: https://github.com/mongodb/specifications/commit/0f803725487cc951877f6975061dd1e24056a045.
.
- depends on
-
CDRIVER-3425 Allow passing hint to findAndModify update and replace operations
- Closed
-
CXX-1874 Allow passing hint to findAndModify update and replace operations
- Closed
-
JAVA-3498 Allow passing hint to findAndModify update and replace operations
- Closed
-
NODE-2290 Allow passing hint to findAndModify update and replace operations
- Closed
-
PHPLIB-497 Allow passing hint to findAndModify update and replace operations
- Closed
-
RUST-362 Allow passing hint to findAndModify update and replace operations
- Closed
-
CSHARP-2840 Allow passing hint to findAndModify update and replace operations
- Closed
-
GODRIVER-1397 Allow passing hint to findAndModify update and replace operations
- Closed
-
MOTOR-455 Allow passing hint to findAndModify update and replace operations
- Closed
-
PYTHON-2036 Allow passing hint to update_one/_many, find_one_and_update/_replace operations
- Closed
-
RUBY-2001 Allow passing hint to findAndModify update and replace operations
- Closed
-
SERVER-42099 allow passing hint to findAndModify for update operations
- Closed
- is depended on by
-
DRIVERS-1340 Allow hint for unacknowledged writes using OP_MSG when supported by the server
- Implementing
- is duplicated by
-
DRIVERS-798 Allow passing hint to findAndModify update and replace operations
- Closed
- is related to
-
DRIVERS-751 support ability to pass hint to update
- Closed