]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add tests for issue #8168; slight internal adjustments
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2022 17:02:37 +0000 (12:02 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 5 Dec 2022 22:22:04 +0000 (17:22 -0500)
commit54db0518b0fe7a4a0b7d03b83aed6e7b6fa12e1b
tree9d14d4023ab0d5ad4f9a56339cbff78b92142dc1
parent679b3f7e100e40b36d6d0abb947bd62589ef3e05
Add tests for issue #8168; slight internal adjustments

The issue in #8168 was improved, but not completely fixed,
by #8456.

This includes some small changes to ORM context that
are a prerequisite for getting ORM adaptation to be
better.   Have these in 2.0.0b4 so that we have at
least a better starting point.

References: #8168
Change-Id: I51dbe333b156048836d074fbba1d850f9eb67fd2
lib/sqlalchemy/orm/context.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_assorted_poly.py