.. change::
:tags: bug, postgresql, regression
:tickets: 6182
+ :versions: 1.4.5
Fixed regression caused by :ticket:`6023` where the PostgreSQL cast
operator applied to elements within an :class:`_types.ARRAY` when using
adapter.
Additionally, repairs support for the correct CREATE TYPE to be emitted
- when using a ``Variant(ARRAY(some_schema_type))``.
\ No newline at end of file
+ when using a ``Variant(ARRAY(some_schema_type))``.
:tickets: 6099
Fixed typo in the fix for :ticket:`6099` released in 1.4.4 that completely
- prevented it from working correctly, i.e. the error message did not match
+ prevented this change from working correctly, i.e. the error message did not match
what was actually emitted by pg8000.
.. change::
- :tags: bug, sql, schema
+ :tags: bug, schema
:tickets: 6146
Introduce a new parameter :paramref:`_types.Enum.omit_aliases` in
.. change::
- :tags: bug, sql, mssql
+ :tags: bug, mssql
:tickets: 6163
Fixed a regression in MSSQL 2012+ that prevented the order by clause
:tags: bug, asyncio
:tickets: 6166
- Prevent loading contextvars in python 3.6 when the backport
- library is installed.
+
+ Fixed issue where the asyncio extension could not be loaded
+ if running Python 3.6 with the backport library of
+ ``contextvars`` installed.
A deprecation warning is raised if the enum has aliases and this
flag was not set.
- .. versionadded:: 1.4.4
+ .. versionadded:: 1.4.5
.. deprecated:: 1.4 The default will be changed to ``True`` in
SQLAlchemy 2.0.