github sqlalchemy/alembic rel_0_4_1
0.4.1

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

0.4.1

Released: Sun Dec 9 2012

  • [bug] Added support for autogenerate render of
    ForeignKeyConstraint options onupdate,
    ondelete, initially, and deferred.

    References: #92

  • [bug] Autogenerate will include "autoincrement=False"
    in the rendered table metadata
    if this flag was set to false on the source
    Column object.

    References: #94

  • [feature] Explicit error message describing the case
    when downgrade --sql is used without specifying
    specific start/end versions.

    References: #66

  • [bug] Removed erroneous "emit_events" attribute
    from operations.create_table() documentation.

    References: #81

  • [bug] Fixed the minute component in file_template
    which returned the month part of the create date.

Don't miss a new alembic release

NewReleases is sending notifications on new releases.