Skip to content

1.11.2

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 04 Aug 13:56
· 98 commits to main since this release

1.11.2

Released: August 4, 2023

feature

  • [feature] [operations] Added parameters if_exists and if_not_exists for index operations.
    Pull request courtesy of Max Adrian.

    References: #151

usecase

  • [usecase] [typing] Added typing to the default script mako templates.

    References: #1253

  • [usecase] [autogenerate] Added support in autogenerate for NULLS NOT DISTINCT in
    the PostgreSQL dialect.

    References: #1248

bug

  • [bug] Fixed format string logged when running a post write hook
    Pull request curtesy of Mathieu Défosse.

    References: #1261