]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
deprecation warnings: with_parent, aliased, from_joinpoint
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Oct 2021 19:37:16 +0000 (15:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Oct 2021 15:41:00 +0000 (11:41 -0400)
commit0f98ead274df103a5a623baa3898580932e1c8e2
treef2c9acf56b9144e7ce3817a6066fedbe481ef540
parentd2cf7dcfe0cd7e9986376b6e7edd4b7d60108599
deprecation warnings: with_parent, aliased, from_joinpoint

most of the work for aliased / from_joinpoint has been done
already as I added all new tests for these and moved
most aliased/from_joinpoint to test/orm/test_deprecations.py
already

Change-Id: Ia23e332dec183de17b2fb9d89d946af8d5e89ae7
16 files changed:
lib/sqlalchemy/exc.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/testing/warnings.py
lib/sqlalchemy/util/deprecations.py
test/base/test_except.py
test/orm/inheritance/test_deprecations.py [new file with mode: 0644]
test/orm/inheritance/test_polymorphic_rel.py
test/orm/inheritance/test_single.py
test/orm/test_cascade.py
test/orm/test_deprecations.py
test/orm/test_lambdas.py
test/orm/test_lazy_relations.py
test/orm/test_naturalpks.py
test/orm/test_query.py
test/orm/test_relationships.py