Re: Alembic and SqlAlchemy reflexion

2015-03-10 Thread Laurent DAVERIO
Hi Gabriel, could you try to split your migratiion in 2 steps? 1/ create 'website_infos' and 'website_urls' 2/ create 'visits' I suspect that, maybe, the sa.ForeignKey() calls need the target tables to already exist. Hope this helps, Laurent. Le 06/03/2015 15:37, gabr...@admetricks.com a écr

SQLAlchemy 0.9.9 Released

2015-03-10 Thread Michael Bayer
SQLAlchemy release 0.9.9 is now available. Release 0.9.9 is a large maintenance release featuring 30 changes, mostly bug fixes. A handful of modest feature adds are also present, including new Core features for SQLite, Postgresql, and new API features to provide better control of transaction isola