github sqlalchemy/alembic rel_0_6_7
0.6.7

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

0.6.7

Released: September 9, 2014

  • [bug] [mssql] Fixed bug in MSSQL dialect where "rename table" wasn't using
    sp_rename() as is required on SQL Server. Pull request courtesy
    Łukasz Bołdys.

  • [feature] Added support for functional indexes when using the
    Operations.create_index() directive. Within the list of columns,
    the SQLAlchemy text() construct can be sent, embedding a literal
    SQL expression; the Operations.create_index() will perform some hackery
    behind the scenes to get the Index construct to cooperate.
    This works around some current limitations in Index
    which should be resolved on the SQLAlchemy side at some point.

    References: #222

Don't miss a new alembic release

NewReleases is sending notifications on new releases.