-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal
-
None
We currently need to decode the encrypted bson command returned from libmongocrypt into a SON so that we can execute the command via OP_MSG.
To fix this ticket we can:
- implement PYTHON-1917
- or avoid modifying the command in message._op_msg()
- related to
-
PYTHON-1917 Add internal ability to execute a RawBSONDocument as a command without decoding
- Backlog