]> 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:23:53 +0000 (17:23 -0500)
commite5606c0ba8bf2fed6daa7a488433d55ddbf302e9
treec6cee53e939560f9081099e4465d855f25ca73de
parentb235a8cb1042cb7706dddc0f783cabb81e141055
Added missing method ``invalidate` in the `AsyncSession`

Fixes: #7524
Change-Id: I20387e6700015c44f23bd2d05347bdce802196c0
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