]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- another fix to subquery correlation so that a subquery which has only one FROM
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jan 2007 02:19:38 +0000 (02:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jan 2007 02:19:38 +0000 (02:19 +0000)
commit37a61a1b497cb44d0098d188255238ddf4e8e38c
tree8c261eb58e9b9a6255046bfb05c782d1253fd997
parent4309719ce017876b55929b021cdf2e536003f400
- another fix to subquery correlation so that a subquery which has only one FROM
element will *not* correlate that single element, since at least one FROM element is
required in a query.
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py