summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-06-03 12:54:56 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-06-03 12:54:56 -0400
commitc2a158c137ee07a146f02e5ee89ec42e486c6a37 (patch)
tree294b01e4dae6244ad4722b6c04693113895e6f33 /test/sql/test_query.py
parent32716eae773e6f6b7f37baf705342c1ed89df461 (diff)
downloadsqlalchemy-c2a158c137ee07a146f02e5ee89ec42e486c6a37.tar.gz
- some tweaks to try to help out mssql+pyodbc support a bit, py3k is really
not happening too well (I need to stick with linux + freetds 0.91, I know)
Diffstat (limited to 'test/sql/test_query.py')
-rw-r--r--test/sql/test_query.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index 3e9045fa5..ae029b11c 100644
--- a/test/sql/test_query.py
+++ b/test/sql/test_query.py
@@ -708,8 +708,6 @@ class QueryTest(fixtures.TestBase):
use_labels=labels),
[(3, 'a'), (2, 'b'), (1, None)])
- @testing.fails_on('mssql+pyodbc',
- "pyodbc result row doesn't support slicing")
def test_column_slices(self):
users.insert().execute(user_id=1, user_name='john')
users.insert().execute(user_id=2, user_name='jack')