From bd8e465ded7ead899472dcc8efc4e033ff14d802 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 16 Sep 2023 17:31:19 -0400 Subject: [PATCH] improve changelog Change-Id: I342dbecf4fe9d9fef89b1dda531cad7693ced930 --- docs/build/unreleased/op_execute.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/build/unreleased/op_execute.rst b/docs/build/unreleased/op_execute.rst index aac62c7d..e8b6b003 100644 --- a/docs/build/unreleased/op_execute.rst +++ b/docs/build/unreleased/op_execute.rst @@ -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. -- 2.47.2