Closed mike-perdide closed 8 years ago
Migration works fine on PostgreSQL database. Also, as seen in the main documentation page (sorry didn't properly read through), this project aims at postgresql. Sadly the project I'm working on is currently aimed to work with MySQL.
hey @mike-perdide - everything should be working on mysql too - right now I don't use any pg specific functionality that would disqualify mysql. This should be something easly fixable - I'll take a look. Not long ago all tests passed on mysql too.
@mike-perdide I've fixed migrations, my heart was bleeding when i was hacking the code but i worked around mysql issues. Migrations should work correctly now, can you try to use trunk version and confirm this is fixed for you?
Works fine now! Thanks a lot! (my Mysql version is 5.6 by the way)
Hi,
Using Python 3.5 in a virtualenv with the following distribs installed: mysqlclient==1.3.7 bcrypt==2.0.0 ziggurat_foundations==0.6.2 SQLAlchemy==1.0.12
I'm having an error when doing the initial alembic migration:
The DB I'm doing my test on was dropped and recreated prior to the test.