]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed a column arithmetic bug that affected column
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 20:57:37 +0000 (20:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 20:57:37 +0000 (20:57 +0000)
commitd24133e5c574676bbc0f30c2186d8da25f550ecb
treec544725ccb5e76b8fbbdcb8f93309ed67817dbfd
parenta2c727788e6746b58455c2c4cbd584043b66077d
- 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/orm/test_query.py
test/sql/test_selectable.py