]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- column.in_(someselect) can now be used as
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Sep 2008 18:18:15 +0000 (18:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Sep 2008 18:18:15 +0000 (18:18 +0000)
commit4a98ddde1676d91b9eadf9b59de11c132c1abf4f
treef01e3e8d998798858d4061e2a29b12bcd212d386
parent7cf175a8cc73d29fc4ce26607acee92e462bf68c
- column.in_(someselect) can now be used as
a columns-clause expression without the subquery
bleeding into the FROM clause [ticket:1074]
CHANGES
lib/sqlalchemy/sql/expression.py
test/sql/select.py