django-db-queue icon indicating copy to clipboard operation
django-db-queue copied to clipboard

Blocking Limitation when using with mysql-connector-python

Open collinr3 opened this issue 5 months ago • 0 comments

Hi,

FYI - for anyone attempting to use django-db-queue with mysql-connector-python I've encountered a blocking limitation insofar as the connector does not yet support Django enum types and hence throws a TypeError: Python 'states' cannot be converted to a MySQL type When trying to create a Job

I've raised the issue with the mysql team who have added it as a feature enhancement for a future release.

collinr3 avatar Sep 11 '24 11:09 collinr3