]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An improvement to the workings of :meth:`.Query.correlate` such
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Feb 2016 04:22:30 +0000 (23:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 26 Feb 2016 04:27:49 +0000 (23:27 -0500)
commitf8914288f012c4ef635531f09a0e13bcacacdb2a
tree1755633fd4d8e977e95f4d1fe87c39f9b60f85e4
parenteff7b4f29d2a98ef4ccd95b693c7d653eaa543eb
- An improvement to the workings of :meth:`.Query.correlate` such
that when a "polymorphic" entity is used which represents a straight
join of several tables, the statement will ensure that all the
tables within the join are part of what's correlating.
fixes #3662
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/orm/query.py
test/orm/inheritance/test_polymorphic_rel.py