]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where the "single table inheritance" criteria would be
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Nov 2015 17:57:32 +0000 (12:57 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 11 Nov 2015 17:57:32 +0000 (12:57 -0500)
commit33c378f768c699f3590f168f6c3c86448239268c
tree3f040fef0dd9cd03d5e5c4365ac67c27f31fd73f
parentd51a36397e2449afccb9b70d3ec3d13990460124
- Fixed bug where the "single table inheritance" criteria would be
added onto the end of a query in some inappropriate situations, such
as when querying from an exists() of a single-inheritance subclass.

fixes #3582
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/util.py
test/orm/inheritance/test_single.py