diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-03 20:57:27 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-12-03 20:57:27 -0500 |
commit | 252acd50d8ae0fe58d61cf7f053dfe1fe4206de4 (patch) | |
tree | 6d2f1c17aeb3de4af524814c93d1950e68e27f2d /lib/sqlalchemy/sql/compiler.py | |
parent | 7c993de6cee97dc8c2c9ac0a988e410ccd7fa97c (diff) | |
download | sqlalchemy-252acd50d8ae0fe58d61cf7f053dfe1fe4206de4.tar.gz |
- [bug] Calls to query.join() to a single-table
inheritance subclass are now tracked, and
are used to eliminate the additional WHERE..
IN criterion normally tacked on with single
table inheritance, since the join should
accommodate it. This allows OUTER JOIN
to a single table subclass to produce
the correct results, and overall will produce
fewer WHERE criterion when dealing with
single table inheritance joins.
[ticket:2328]
Diffstat (limited to 'lib/sqlalchemy/sql/compiler.py')
0 files changed, 0 insertions, 0 deletions