From: Mike Bayer Date: Sat, 16 Sep 2023 21:31:19 +0000 (-0400) Subject: improve changelog X-Git-Tag: rel_1_12_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8e465ded7ead899472dcc8efc4e033ff14d802;p=thirdparty%2Fsqlalchemy%2Falembic.git improve changelog Change-Id: I342dbecf4fe9d9fef89b1dda531cad7693ced930 --- 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.