diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-23 02:35:08 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-10-23 02:35:08 +0000 |
commit | 99cd1346fb8d36744d8d681d159795424cdbf76b (patch) | |
tree | e42a93e04334ea7b161240bbbaa4d0525f1e2b94 /test/dialect/mssql.py | |
parent | 1ccdfb517237408f746068f466548f9331468d7f (diff) | |
download | sqlalchemy-99cd1346fb8d36744d8d681d159795424cdbf76b.tar.gz |
- CompileTests run without the DBAPI being used
- added stack logic back to visit_compound(), pared down is_subquery
Diffstat (limited to 'test/dialect/mssql.py')
-rwxr-xr-x | test/dialect/mssql.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/dialect/mssql.py b/test/dialect/mssql.py index a2fcae804..4708cc28c 100755 --- a/test/dialect/mssql.py +++ b/test/dialect/mssql.py @@ -10,7 +10,6 @@ from testlib import * class CompileTest(TestBase, AssertsCompiledSQL): - __only_on__ = 'mssql' __dialect__ = mssql.MSSQLDialect() def test_insert(self): |