]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add deprecation for base Executable.bind
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Oct 2020 16:03:11 +0000 (12:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Oct 2020 23:15:58 +0000 (19:15 -0400)
commit5162f2bc5fc0ac239f26a76fc9f0c2c2472adf60
tree1ca6d556c17a8cfade13210ba13f1663040bfbb7
parent41d3e16773e84692b6625ccb67da204b5362d9c3
Add deprecation for base Executable.bind

These attributes will be removed in SQLAlchemy 2.0.

Also alters the deprecation message to qualify the
type of object correctly.  this in turn requires changes
in the warnings filter and deprecation tests.

Change-Id: I5779d9813e88f42e5db0c7b5e3ffff1d1535c203
13 files changed:
lib/sqlalchemy/sql/base.py
lib/sqlalchemy/sql/selectable.py
lib/sqlalchemy/testing/warnings.py
lib/sqlalchemy/util/deprecations.py
test/engine/test_deprecations.py
test/engine/test_execute.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/inheritance/test_polymorphic_rel.py
test/orm/inheritance/test_relationship.py
test/orm/inheritance/test_single.py
test/orm/test_deprecations.py
test/sql/test_deprecations.py