-
Type: Task
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
Though unlikely, it's possible that there are users of message.py other than the driver. The functions query, insert, update, and delete all take a uuid_subtype param. They should also take an options codec_options param, set to None by default. If codec_options is not None, the uuid_representation value should override anything passed for uuid_subtype.
This has to be done in message.py and _cmessagemodule.c.