Skip to content

1.9.1

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 23 Dec 19:28
· 257 commits to main since this release

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.