github sqlalchemy/alembic rel_1_9_1
1.9.1

latest releases: rel_1_14_1, rel_1_14_0, rel_1_13_3...
2 years ago

1.9.1

Released: December 23, 2022

bug

  • [bug] [autogenerate] Fixed issue where server default compare would not work for string defaults
    that contained backslashes, due to mis-rendering of these values when
    comparing their contents.

    References: #1145

  • [bug] [oracle] Implemented basic server default comparison for the Oracle backend;
    previously, Oracle's formatting of reflected defaults prevented any
    matches from occurring.

  • [bug] [sqlite] Adjusted SQLite's compare server default implementation to better handle
    defaults with or without parens around them, from both the reflected and
    the local metadata side.

  • [bug] [mssql] Adjusted SQL Server's compare server default implementation to better
    handle defaults with or without parens around them, from both the reflected
    and the local metadata side.

Don't miss a new alembic release

NewReleases is sending notifications on new releases.