Hey all - I've released Alembic 0.3.5.
Alembic is a migration tool for SQLAlchemy, allowing the construction of incremental "migration scripts" which apply alterations to an existing schema or set of schemas. It provides a very open-ended configuration model, plenty of API hooks for programmatic usage, and features such as automatic comparison of a schema to a metadata model and offline SQL generation. 0.3.5 includes these fixes: 0.3.5 ===== - [bug] Fixed issue whereby reflected server defaults wouldn't be quoted correctly; uses repr() now. #31 - [bug] Fixed issue whereby when autogenerate would render create_table() on the upgrade side for a table that has a Boolean type, an unnecessary CheckConstraint() would be generated. #58 - [feature] Implemented SQL rendering for CheckConstraint() within autogenerate upgrade, including for literal SQL as well as SQL Expression Language expressions. Read more about Alembic, and download Alembic 0.3.5 from the Python cheese shop at: http://pypi.python.org/pypi/alembic/ -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com. To unsubscribe from this group, send email to sqlalchemy+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.