summaryrefslogtreecommitdiff
path: root/test/sql/test_quote.py
diff options
context:
space:
mode:
authorBrad Allen <bradallen137@gmail.com>2010-03-17 16:27:39 -0600
committerBrad Allen <bradallen137@gmail.com>2010-03-17 16:27:39 -0600
commit87c50f2aac313545d6d8c318c9e1f1fe41a344b3 (patch)
treefa9e44aadd3262320afa8dded16e55bdde6a5a79 /test/sql/test_quote.py
parent75e7b1081c2c8412dda822465ca3b395eca57f6f (diff)
downloadsqlalchemy-87c50f2aac313545d6d8c318c9e1f1fe41a344b3.tar.gz
Because of changes to SQLAlchemy bind parameter placement, removed all mxodbc test disabling statements having this pattern: @testing.crashes('mssql+mxodbc', """Invalid bind parameter placement:
Diffstat (limited to 'test/sql/test_quote.py')
-rw-r--r--test/sql/test_quote.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sql/test_quote.py b/test/sql/test_quote.py
index 1b14bbd67..81a68ec74 100644
--- a/test/sql/test_quote.py
+++ b/test/sql/test_quote.py
@@ -57,9 +57,6 @@ class QuoteTest(TestBase, AssertsCompiledSQL):
')'
)
- @testing.crashes('mssql+mxodbc', """Invalid bind parameter placement:
- 'select ident_seed(?), ident_incr(?)' ('dbo.WorstCase2', 'dbo.WorstCase2')
- """)
def testreflect(self):
meta2 = MetaData(testing.db)
t2 = Table('WorstCase2', meta2, autoload=True, quote=True)