Skip to content

1.13.2

Latest
Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 26 Jun 15:46
· 12 commits to main since this release

1.13.2

Released: June 26, 2024

usecase

  • [usecase] [autogenerate] Improve computed column compare function to support multi-line expressions.
    Pull request courtesy of Georg Wicke-Arndt.

    References: #1391

bug

  • [bug] [commands] Fixed bug in alembic command stdout where long messages were not properly
    wrapping at the terminal width. Pull request courtesy Saif Hakim.

    References: #1384

  • [bug] [execution] Fixed internal issue where Alembic would call connection.execute()
    sending an empty tuple to indicate "no params". In SQLAlchemy 2.1 this
    case will be deprecated as "empty sequence" is ambiguous as to its intent.

    References: #1394

  • [bug] [tests] Fixes to support pytest 8.1 for the test suite.

    References: #1435

  • [bug] [autogenerate] [postgresql] Fixed the detection of serial column in autogenerate with tables
    not under default schema on PostgreSQL

    References: #1479