]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added missing method ``invalidate` in the `AsyncSession`
authorFederico Caselli <cfederico87@gmail.com>
Wed, 19 Jan 2022 21:10:09 +0000 (22:10 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jan 2022 22:24:07 +0000 (17:24 -0500)
commit87c11c3162255ce9eb550b86fb46772b8c19e7dc
tree86a411cb8e7527be48356ed8f771321dd08fe7b4
parent1323b436d8612a2684908f30e35a38eb9d74a9f2
Added missing method ``invalidate` in the `AsyncSession`

Fixes: #7524
Change-Id: I20387e6700015c44f23bd2d05347bdce802196c0
(cherry picked from commit e5606c0ba8bf2fed6daa7a488433d55ddbf302e9)
doc/build/changelog/unreleased_14/7524.rst [new file with mode: 0644]
lib/sqlalchemy/ext/asyncio/scoping.py
lib/sqlalchemy/ext/asyncio/session.py
test/ext/asyncio/test_session_py3k.py