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
As far as I know and in my project, SQLAlchemy supports Python 3 even though MySQL is used.
I'm considering to use bottle-cork in my project. But when I read the source file (sqlalchemy_backend.py) and found warning that SQLAlchemy doesn't support Python3 when MySQL is used. I wonder what's blocking SQLAlchemy backend to use MySQL in Python 3. If it's not the case, can we remove that warning?
The text was updated successfully, but these errors were encountered:
kceiw
changed the title
SQLAlchemy backend doesn't support Python 3 when MySQL is used
MySQL is not supported under Python 3 for SQLAlchemy
Jun 14, 2015
As far as I know and in my project, SQLAlchemy supports Python 3 even though MySQL is used.
I'm considering to use bottle-cork in my project. But when I read the source file (sqlalchemy_backend.py) and found warning that SQLAlchemy doesn't support Python3 when MySQL is used. I wonder what's blocking SQLAlchemy backend to use MySQL in Python 3. If it's not the case, can we remove that warning?
The text was updated successfully, but these errors were encountered: