]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Rewrite on to use `with` instead of explicit acquire
authorHeckad <heckad@yandex.ru>
Wed, 1 Jan 2020 17:50:41 +0000 (20:50 +0300)
committerHeckad <heckad@yandex.ru>
Wed, 1 Jan 2020 17:50:41 +0000 (20:50 +0300)
commitefeac06dda5afdbe33abcf9b27c8b5b5725c8444
tree57131dbda2e087c8a511041e70fda6c5a0b80c81
parent4e7c789331c9ccf86ad0040175764d361d21b4f3
Rewrite on to use `with` instead of explicit acquire
lib/sqlalchemy/ext/automap.py
lib/sqlalchemy/ext/declarative/base.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/pool/dbapi_proxy.py
lib/sqlalchemy/util/_collections.py
lib/sqlalchemy/util/langhelpers.py
lib/sqlalchemy/util/queue.py
test/engine/test_pool.py