]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed regression introduced in 0.7.6
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 18:55:04 +0000 (14:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 18:55:04 +0000 (14:55 -0400)
commit81eefb2f13a9c854e1dcd924550d0c36553e930a
treef9bd842aac2c435a4e6769bb5d9ec0381bbad4fc
parentaa43145f37d693969d34730835f834679e7a7ab4
- [bug] Fixed regression introduced in 0.7.6
whereby the FROM list of a SELECT statement
could be incorrect in certain "clone+replace"
scenarios.  [ticket:2518]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/test_selectable.py