]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Corrected the is_subquery() check based on recent changes. Excluded the test_in_filte...
authorMichael Trier <mtrier@gmail.com>
Tue, 21 Oct 2008 02:46:43 +0000 (02:46 +0000)
committerMichael Trier <mtrier@gmail.com>
Tue, 21 Oct 2008 02:46:43 +0000 (02:46 +0000)
commit00cec7c0884b6d5d5389a0cb88badd264fa9bedd
treec150a35ccd445ffd8da38d0c2af9ad2f920a479a
parent11619ad8eeb137efd84bda67d34414c3c3e00080
Corrected the is_subquery() check based on recent changes. Excluded the test_in_filtering_advanced test for mssql.
lib/sqlalchemy/sql/compiler.py
test/sql/query.py