summaryrefslogtreecommitdiff
path: root/test/dialect/mssql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2008-10-23 02:35:08 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2008-10-23 02:35:08 +0000
commit99cd1346fb8d36744d8d681d159795424cdbf76b (patch)
treee42a93e04334ea7b161240bbbaa4d0525f1e2b94 /test/dialect/mssql.py
parent1ccdfb517237408f746068f466548f9331468d7f (diff)
downloadsqlalchemy-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-xtest/dialect/mssql.py1
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):