]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove dbapi_proxy module
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Jan 2022 22:42:44 +0000 (17:42 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Jan 2022 22:45:59 +0000 (17:45 -0500)
commite058d25cf01c3163e5ff39e4ccaff1928f332a27
tree29acd28183ff0675c9c51c68abff3055c1466c8d
parent07cd49daaadd0a0568444eaeccaa79f79cd15ffc
remove dbapi_proxy module

This module was not documented nor part of any test suite,
and it's unlikely it was working correctly.   It's not likely
that this module was ever used after the first year or so
of SQLAlchemy, and it's stayed around because it is so
obscure that I never remembered to remove it.

Change-Id: I0ed9030438982e935add87c51abbfff50e7382be
References: #7257
doc/build/changelog/unreleased_20/7257.rst
lib/sqlalchemy/engine/create.py
lib/sqlalchemy/pool/__init__.py
lib/sqlalchemy/pool/dbapi_proxy.py [deleted file]
test/engine/test_pool.py