]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add test for issue 11412
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 May 2024 14:58:02 +0000 (10:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 May 2024 14:58:02 +0000 (10:58 -0400)
commit61d227a7d4f7be7b1f6fa72171d01c60e571939e
treec0a5c1445e89150410244deed1d73c3b43d7b94e
parentdeb285550a26f37c4bc3a0289df370691e25843c
Add test for issue 11412

Issue #10365 was found to also fix an issue where
single-inheritance criteria would not be correctly applied to a
subclass entity that only appeared in the ``select_from()`` list.

Fixes: #11412
Change-Id: Ic865737a3d075fceee346eea8044345233038f72
doc/build/changelog/changelog_14.rst
doc/build/changelog/changelog_20.rst
test/orm/inheritance/test_single.py