Skip to content

2.0.27

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 13 Feb 15:05
· 340 commits to main since this release

2.0.27

Released: February 13, 2024

postgresql

  • [postgresql] [bug] [regression] Fixed regression caused by just-released fix for #10863 where an
    invalid exception class were added to the "except" block, which does not
    get exercised unless such a catch actually happens. A mock-style test has
    been added to ensure this catch is exercised in unit tests.

    References: #11005