]> 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:56:31 +0000 (14:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Jun 2012 18:56:31 +0000 (14:56 -0400)
commit50dc62bad55df0ec1017f2ee403934c99da8770f
tree2cd5e11f19761cc34d85bfae340ff50c8fb8b8f8
parente7228f459dd5e4e577551e3ee094c29343ff422d
- [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