]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Changed behavior of Select.correlate() to ignore correlations to froms that don't...
authorLuke Cyca <me@lukecyca.com>
Thu, 7 Mar 2013 19:56:11 +0000 (11:56 -0800)
committerLuke Cyca <me@lukecyca.com>
Thu, 7 Mar 2013 19:56:11 +0000 (11:56 -0800)
commitf122a307e03d9a1f2322b35429972a5f928d5b30
tree7eed4eee764516a8310ac5bf6e3a78639b6cb295
parent3b7fbdb2962439438c38e972843d3c8ef05eb216
Changed behavior of Select.correlate() to ignore correlations to froms that don't exist in the superquery.
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/expression.py
test/orm/test_query.py
test/sql/test_compiler.py
test/sql/test_generative.py