]> 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:56 +0000 (10:58 -0400)
commita0a52e79eec780206bc014f301d301f345ec57a0
tree03a6aa689d1d889d72830f4cd60dd048b74609cc
parent5efb4397d74fe4f23b7a95e661a8906354f152d0
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
(cherry picked from commit 61d227a7d4f7be7b1f6fa72171d01c60e571939e)
doc/build/changelog/changelog_14.rst
doc/build/changelog/changelog_20.rst
test/orm/inheritance/test_single.py