]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- since correlation is now always at least semi-automatic, remove the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Mar 2013 16:46:44 +0000 (11:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 9 Mar 2013 16:46:44 +0000 (11:46 -0500)
commitd5d9a8c24ed178cbc45c7caf8452e0fda5578ea4
tree4354fc624c0988bd8cb84a655065830cbda1242e
parent9793bf7fb26af7fced221096d2ca75a37d941001
- since correlation is now always at least semi-automatic, remove the
ability for correlation to have any effect for a SELECT that's stated
in the FROM.
- add a new exhaustive test suite for correlation to test_compiler
lib/sqlalchemy/sql/expression.py
test/sql/test_compiler.py