pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.

Home Page:https://dataset.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Current use of Database.op.add_column() does not work with later versions of alembic

pashneal opened this issue · comments

Minimal code example replicating the crash to come later, but consider revising the pip package from alembic >=0.6.2 to alembic ==0.6.2 so that users don't run into this issue upon install.

Duplicate