-
Type: Task
-
Resolution: Won't Fix
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
maiconpavi has created PR #883: chaging replace document serialization in mongo-rust-driver
Issue Text:
The Insert uses `human_readable = false` option to serialize documents, but the Replace uses `bson::to_document` that uses `human_readable = true`.
This PR aims to make this consistent across both operations.
Regards,
Maicon