Skip to content

2.0.7

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 18 Mar 17:04
· 860 commits to main since this release

2.0.7

Released: March 18, 2023

sql

  • [sql] [bug] Fixed critical SQL caching issue where use of the
    _sql.Operators.op() custom operator function would not produce an appropriate
    cache key, leading to reduce the effectiveness of the SQL cache.

    This change is also backported to: 1.4.47

    References: #9506

typing

  • [typing] [bug] Fixed typing issue where _orm.composite() would not allow an
    arbitrary callable as the source of the composite class.

    References: #9502

postgresql

  • [postgresql] [usecase] Added new PostgreSQL type _postgresql.CITEXT. Pull request
    courtesy Julian David Rath.

    References: #9416

  • [postgresql] [usecase] Modifications to the base PostgreSQL dialect to allow for better integration with the
    sqlalchemy-redshift third party dialect for SQLAlchemy 2.0. Pull request courtesy
    matthewgdv.

    References: #9442