You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
FYI - for anyone attempting to use
django-db-queue
withmysql-connector-python
I've encountered a blocking limitation insofar as the connector does not yet support Django enum types and hence throws aTypeError: Python 'states' cannot be converted to a MySQL type
When trying to create aJob
I've raised the issue with the mysql team who have added it as a feature enhancement for a future release.
The text was updated successfully, but these errors were encountered: