Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Python support https://docs.python.org/3/library/uuid.html
UUID parameters must be supported by connector.
returning UUID type for UUID types would be nice too, but that's a breaking change, so just supporting UUID parameters seems the thing to do
I think it can be solved/implemented by checking if the PyObject has a string representation and sending MYSQL_TYPE_VAR_STRING as buffer type and the string representation in buffer. This will also work for ipaddress, etc.