diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-02 18:26:32 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-02 18:26:32 -0500 |
| commit | ca8fca63916897f1bbc2fa4f1ee440c6b5d9a88a (patch) | |
| tree | faedf154f7574d302204e0c556a463e9d01bf451 /lib/sqlalchemy/sql/selectable.py | |
| parent | 504543090213db5b9c7cecb27a78b12fa12e9024 (diff) | |
| download | sqlalchemy-ca8fca63916897f1bbc2fa4f1ee440c6b5d9a88a.tar.gz | |
- Fixed regression where we apparently still create an implicit
alias when saying query(B).join(B.cs), where "C" is a joined inh
class; however, this implicit alias was created only considering
the immediate left side, and not a longer chain of joins along different
joined-inh subclasses of the same base. As long as we're still
implicitly aliasing in this case, the behavior is dialed back a bit
so that it will alias the right side in a wider variety of cases.
[ticket:2903]
Diffstat (limited to 'lib/sqlalchemy/sql/selectable.py')
0 files changed, 0 insertions, 0 deletions
