]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changelog edits for 1.4.45
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Dec 2022 18:46:43 +0000 (13:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 10 Dec 2022 18:46:43 +0000 (13:46 -0500)
Change-Id: Ic54a46c5091eda1480ce80989075527c6b3a6d7e

doc/build/changelog/unreleased_14/8748.rst
doc/build/changelog/unreleased_14/8952.rst

index 27e06792276747b47f86753b1667cd68ecf1f6f4..5d6704fd81bc89f16ad2745c0a2064b855bd90ec 100644 (file)
@@ -1,5 +1,5 @@
 .. change::
-    :tags: bug postgresql
+    :tags: bug, postgresql
     :tickets: 8748
 
     Made an adjustment to how the PostgreSQL dialect considers column types
index bb40306b598dbddbcbcb2c7aefb9229e47315878..8be984be0f3845ce187041947a9d7be9f4358023 100644 (file)
@@ -3,6 +3,6 @@
     :tickets: 8952
     :versions: 2.0.0b5
 
-    Removed non-functional method ``merge`` from :class:`_asyncio.AsyncResult`.
-    This method was non-functional and non-tested since the first introduction
-    of asyncio in SQLAlchemy.
+    Removed non-functional ``merge()`` method from
+    :class:`_asyncio.AsyncResult`.  This method has never worked and was
+    included with :class:`_asyncio.AsyncResult` in error.