-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
When i try the "find_one_and_delete" command with using some id, i got that error.
Err(Error { kind: CommandError(CommandError { code: 9, code_name: "FailedToParse", message: "Either an update or remove=true must be specified", labels: [] }) })
But if i change only the command to "delete_one", it works without a problem.
- duplicates
-
RUST-276 find_one_and_update fails with $set
- Closed