]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
improve changelog
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Sep 2023 21:31:19 +0000 (17:31 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Sep 2023 21:31:19 +0000 (17:31 -0400)
Change-Id: I342dbecf4fe9d9fef89b1dda531cad7693ced930

docs/build/unreleased/op_execute.rst

index aac62c7dc1b0a55b9624b891b4ad239b234513c6..e8b6b00346a67962fafb27a015fb960606af5e6d 100644 (file)
@@ -1,6 +1,7 @@
 .. change::
-    :tags: typing
+    :tags: typing, bug
     :tickets: 1058, 1277
 
-    Properly type ``op.execute`` method.
-    Pull request curtesy of Mihail Milushev.
+    Improved the ``op.execute()`` method to correctly accept the
+    ``Executable`` type that is the same which is used in SQLAlchemy
+    ``Connection.execute()``.  Pull request courtesy Mihail Milushev.