]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed some deep "column correspondence" issues which could
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 02:42:34 +0000 (02:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 02:42:34 +0000 (02:42 +0000)
commit9fe69cb503de4bcbace8d74b14dd6d096d457e72
tree7ca3cc8d4cd983e5c5f17cea4f98160b918ca2b3
parent0bd31484ea0698275bd34653f63fb8c6668ef369
- Fixed some deep "column correspondence" issues which could
impact a Query made against a selectable containing
multiple versions of the same table, as well as
unions and similar which contained the same table columns
in different column positions at different levels.
[ticket:1268]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql/expression.py
test/orm/query.py
test/sql/selectable.py