Hi guys,

I'm trying to run database migrations programmatically, inside a 
setUpClass() method, sharing a preconfigured connection, but the migration 
execution gets stuck at the "alembic_version" table creation (somehow the 
cursor just gets stuck at this point, not sure why). It's important that I 
can run the migrations at this point, since I do a rollback at 
tearDownClass() to throw away any database changes.

Is there any tutorial or recipe for how to use alembic programmatically 
this way?

Thanks,
Diogo

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy-alembic" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy-alembic+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to