]> 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>
Sun, 26 May 2024 20:34:30 +0000 (16:34 -0400)
commit6a42b827766b00bfe56c6b163905fff0c1e8f140
tree5dfdaf04cc5a8081e27e06c989e0f3a09b85be0b
parente61e631ab2114c753e14d84c0ac1eee3dddf1cd5
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)
(cherry picked from commit a0a52e79eec780206bc014f301d301f345ec57a0)
doc/build/changelog/changelog_14.rst
setup.cfg
test/orm/inheritance/test_single.py