github sqlalchemy/alembic rel_0_8_2
0.8.2

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

0.8.2

Released: August 25, 2015

  • [autogenerate] [bug] Added workaround in new foreign key option detection feature for
    MySQL's consideration of the "RESTRICT" option being the default,
    for which no value is reported from the database; the MySQL impl now
    corrects for when the model reports RESTRICT but the database reports
    nothing. A similar rule is in the default FK comparison to accommodate
    for the default "NO ACTION" setting being present in the model but not
    necessarily reported by the database, or vice versa.

    References: #321

Don't miss a new alembic release

NewReleases is sending notifications on new releases.