]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing methods added in :ticket:`6991`
authorFederico Caselli <cfederico87@gmail.com>
Tue, 28 Sep 2021 20:58:08 +0000 (22:58 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 28 Sep 2021 21:11:46 +0000 (23:11 +0200)
commit8fa9392360c144ba8391add65cfb8dc4a1067d51
tree5ba856cb9d524e9645407dae96ff5612a5d92f45
parent0f9335b8aa0047ee410848e30a7899db24f9b745
Add missing methods added in :ticket:`6991`
to ``scoped_session`` and ``async_scoped_session``.

Fixes: #7103
Change-Id: If80481771d9b428f2403af3862e0479bd069257e
doc/build/changelog/unreleased_14/7103.rst [new file with mode: 0644]
lib/sqlalchemy/ext/asyncio/scoping.py
lib/sqlalchemy/orm/scoping.py
test/ext/asyncio/test_scoping_py3k.py
test/orm/test_scoping.py