summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
diff options
context:
space:
mode:
authorBrad Allen <bradallen137@gmail.com>2010-03-18 08:53:06 -0600
committerBrad Allen <bradallen137@gmail.com>2010-03-18 08:53:06 -0600
commit2282a4b8afdff5e81b294701be0873144795e898 (patch)
tree68001d3799c88425f13f9426678c46265feade3f /test/sql/test_query.py
parent348973b85292179b603c0c578ccd35cc045810d8 (diff)
parentb6b4f60e746c1aa895c35e31e9843da5d4270f18 (diff)
downloadsqlalchemy-2282a4b8afdff5e81b294701be0873144795e898.tar.gz
Merge
Diffstat (limited to 'test/sql/test_query.py')
-rw-r--r--test/sql/test_query.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_query.py b/test/sql/test_query.py
index 309b532ba..7ce7849ba 100644
--- a/test/sql/test_query.py
+++ b/test/sql/test_query.py
@@ -264,6 +264,7 @@ class QueryTest(TestBase):
@testing.fails_on('postgresql', 'only simple labels allowed')
@testing.fails_on('sybase', 'only simple labels allowed')
+ @testing.fails_on('mssql', 'only simple labels allowed')
def go():
concat = ("test: " + users.c.user_name).label('thedata')
eq_(