class IdentityInsertTest(fixtures.TestBase, AssertsCompiledSQL):
__only_on__ = 'mssql'
__dialect__ = mssql.MSDialect()
+ __backend__ = True
@classmethod
def setup_class(cls):
class QueryUnicodeTest(fixtures.TestBase):
__only_on__ = 'mssql'
+ __backend__ = True
def test_convert_unicode(self):
meta = MetaData(testing.db)
class QueryTest(testing.AssertsExecutionResults, fixtures.TestBase):
__only_on__ = 'mssql'
+ __backend__ = True
def test_fetchid_trigger(self):
"""
__only_on__ = 'mssql'
__skip_if__ = full_text_search_missing,
+ __backend__ = True
@classmethod
def setup_class(cls):
class ReflectionTest(fixtures.TestBase, ComparesTables):
__only_on__ = 'mssql'
+ __backend__ = True
@testing.provide_metadata
def test_basic_reflection(self):
class ReflectHugeViewTest(fixtures.TestBase):
__only_on__ = 'mssql'
+ __backend__ = True
# crashes on freetds 0.91, not worth it
__skip_if__ = (