-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal
-
None
sock_info.command has a check_keys argument which is only used for the following inserts and replacement style updates:
- Collection.insert_one
- Collection.replace_one
- Collection.insert
- Collection.save
- Collection.update
We can remove check_keys from the lower level code by encoding the document/replacement to a RawBSONDocument at a higher level.
- duplicates
-
PYTHON-2763 Cleanup check_keys and remove $clusterTime workarounds
- Closed