I wrote a Python source plugin and would like to add a UUID type to one of the tables. I am creating a UUID object with Python’s uuid.UUID(...) and receive the following error.
Is there somewhere in the source code an example of creating a UUID type column in Python?