]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- merge of trunk r6611
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 20:58:04 +0000 (20:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 20:58:04 +0000 (20:58 +0000)
commite38962d1e97c08356320e26cc619d460fff607fb
treeac1b60db544566e67b45128d91a1ee84560f4659
parent9be9e473c535d5ea9fa2c55766cdfb47012af8df
- merge of trunk r6611
- Fixed a column arithmetic bug that affected column
correspondence for cloned selectables which contain
free-standing column expressions.   This bug is
generally only noticeable when exercising newer
ORM behavior only availble in 0.6 via [ticket:1568],
but is more correct at the SQL expression level
as well. [ticket:1617]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py