]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved the determination of the FROM clause
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Aug 2008 20:58:48 +0000 (20:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Aug 2008 20:58:48 +0000 (20:58 +0000)
commit2829092cb8e08f0db4b454a11250eed3241d3792
tree6b5c0abe52a3738d084a98ca472a0bffb22d3325
parent665cd4d36acb7ecbb50c3ebfdf25535aa375cbb9
- Improved the determination of the FROM clause
when placing SQL expressions in the query()
list of entities.  In particular scalar subqueries
should not "leak" their inner FROM objects out
into the enclosing query.
CHANGES
lib/sqlalchemy/orm/query.py
test/orm/inheritance/query.py
test/orm/query.py