diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-25 18:04:59 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-25 18:04:59 +0000 |
commit | e82eebb368718ba1fe24853373399f0fbd2c17e4 (patch) | |
tree | d1664d6cce3b78bdbce4c7fd63fd67920a7cda14 /lib/sqlalchemy/sql/functions.py | |
parent | af1bb6b95553db49af2dc2aa73b75a24b752c6bc (diff) | |
download | sqlalchemy-e82eebb368718ba1fe24853373399f0fbd2c17e4.tar.gz |
- When using Query.join() with an explicit clause for the
ON clause, the clause will be aliased in terms of the left
side of the join, allowing scenarios like query(Source).
from_self().join((Dest, Source.id==Dest.source_id)) to work
properly.
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions