]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed bug where selectable.corresponding_column(selectable.c.col)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jun 2007 23:37:18 +0000 (23:37 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Jun 2007 23:37:18 +0000 (23:37 +0000)
commita74da6d21e7f5f2dd31dbaa8bc6cbf11e165360e
tree850032d13dfd5bc2a7a142d237bb20143f97f91b
parent72113780f3a88c2ae8c8e568b4833702c72c5788
- fixed bug where selectable.corresponding_column(selectable.c.col)
would not return selectable.c.col, if the selectable is a join
of a table and another join involving the same table.  messed
up ORM decision making [ticket:593]
CHANGES
lib/sqlalchemy/sql.py
test/sql/selectable.py