Alembic 0.4.1 is now available. This is primarily a bugfix release, and is available at http://pypi.python.org/pypi/alembic/ .
Changelog at http://alembic.readthedocs.org/en/latest/changelog.html#change-0.4.1: • [bug] Added support for autogenerate render of ForeignKeyConstraint options onupdate, ondelete, initially, and deferred. #92 • [bug] Autogenerate will include “autoincrement=False” in the rendered table metadata if this flag was set to false on the source Column object. #94 • [feature] Explicit error message describing the case when downgrade –sql is used without specifying specific start/end versions. #66 • [bug] Removed erroneous “emit_events” attribute from operations.create_table() documentation. #81 • [bug] Fixed the minute component in file_template which returned the month part of the create date. We have a good deal of open issues in Alembic as can be viewed at https://bitbucket.org/zzzeek/alembic/issues?status=new&status=open, and Alembic overall is a pretty hackable source base. If anyone is interested in helping with some of the easier ones here, let me know. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
