]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog updates
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Apr 2021 15:52:29 +0000 (11:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Apr 2021 15:53:02 +0000 (11:53 -0400)
Change-Id: I56e3ca289d7fe588a5f441a8bb1758d6cd615d54

doc/build/changelog/unreleased_13/6182.rst
doc/build/changelog/unreleased_14/6099.rst
doc/build/changelog/unreleased_14/6146.rst
doc/build/changelog/unreleased_14/6163.rst
doc/build/changelog/unreleased_14/6166.rst
lib/sqlalchemy/sql/sqltypes.py

index f38213c8f95c4a7d894307b31351d815442d67a0..3228b4f2b414a23952b8060f353aeab067f07c77 100644 (file)
@@ -1,6 +1,7 @@
 .. 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
@@ -9,4 +10,4 @@
     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))``.
index 6a5a299e5905be968810ec1650572020dff6724f..35c4c3fe18dcf48bec4a913912ef550dcd63af6d 100644 (file)
@@ -3,5 +3,5 @@
     :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.
index cca724794cf0f6cbc4c1774ae5ed4a5d2f5e1250..7e1cfcf979fda50e3994971449825c1b9bda2918 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, sql, schema
+    :tags: bug, schema
     :tickets: 6146
 
     Introduce a new parameter :paramref:`_types.Enum.omit_aliases` in
index f8811a341139526f208b8efa0a57ee1432c310d7..5d6b61bf08435297164d8702af5809b3cba21364 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug, sql, mssql
+    :tags: bug, mssql
     :tickets: 6163
 
     Fixed a regression in MSSQL 2012+ that prevented the order by clause
index 5070304956c4f57353f7b200bc7cce300d62204e..383898c2b742a9578186401faebdd88dc074c3f0 100644 (file)
@@ -2,5 +2,7 @@
     :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.
index 18678b3d107d5c08dd872753c387c3d7f613b140..e57a14681d77d4915ae4577fd3fb40df4cf0a0b4 100644 (file)
@@ -1437,7 +1437,7 @@ class Enum(Emulated, String, SchemaType):
            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.