github sqlalchemy/alembic rel_0_1_1
0.1.1

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

0.1.1

Released: Wed Jan 04 2012

  • [bug] Clean up file write operations so that
    file handles are closed.

  • [feature] PyPy is supported.

  • [feature] Python 2.5 is supported, needs
    future.with_statement

  • [bug] Fix autogenerate so that "pass" is
    generated between the two comments
    if no net migrations were present.

  • [bug] Fix autogenerate bug that prevented
    correct reflection of a foreign-key
    referenced table in the list of "to remove".

    References: #16

  • [bug] Fix bug where create_table() didn't
    handle self-referential foreign key
    correctly

    References: #17

  • [bug] Default prefix for autogenerate
    directives is "op.", matching the
    mako templates.

    References: #18

  • [feature] Add alembic_module_prefix argument
    to configure() to complement
    sqlalchemy_module_prefix.

    References: #18

  • [bug] fix quotes not being rendered in
    ForeignKeConstraint during
    autogenerate

    References: #14

Don't miss a new alembic release

NewReleases is sending notifications on new releases.