]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add real .entities to _BundleEntity
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Dec 2016 17:39:15 +0000 (12:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 19 Dec 2016 17:41:28 +0000 (12:41 -0500)
commit675f021368a375c330c07d0826e30049f2f0e016
treecdd47650f330e1b69caf65f344265f02f2324e1a
parenta1de76c42f6b64808448aed6e821fbb3b988f99b
Add real .entities to _BundleEntity

Fixed bug where the single-table inheritance query criteria would not
be inserted into the query in the case that the :class:`.Bundle`
construct were used as the selection criteria.

Change-Id: Ib7c128ceef5c3220a098cdfd0270c43a2a67716d
Fixes: #3874
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_single.py