]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to correlation of subqueries when the column list of the select statement
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2006 00:27:58 +0000 (00:27 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Dec 2006 00:27:58 +0000 (00:27 +0000)
commit5369b3df8c67ee357fd919e5f5d164e55a87d5be
treec4a84d253030e2baa676cccbd383238b1394da23
parent8d81a40589b22e121c61644ff79847726176bc1e
- fix to correlation of subqueries when the column list of the select statement
is constructed with individual calls to append_column(); this fixes an ORM
bug whereby nested select statements were not getting correlated with the
main select generated by the Query object.
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py