diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-20 11:50:39 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-20 11:50:39 -0400 |
| commit | eb728389539a5bac4c3f231f578ceb92cb068065 (patch) | |
| tree | 30637c27fdb3cd541f150d05c4696412501c08e0 /lib/sqlalchemy/test/requires.py | |
| parent | 7cf74e9ccaa928d3a5227f7a7846b0a25a7ab9b1 (diff) | |
| download | sqlalchemy-eb728389539a5bac4c3f231f578ceb92cb068065.tar.gz | |
- pymssql now works again, expecting at least the 1.0 series.
Diffstat (limited to 'lib/sqlalchemy/test/requires.py')
| -rw-r--r-- | lib/sqlalchemy/test/requires.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/test/requires.py b/lib/sqlalchemy/test/requires.py index c4c745c54..73b212095 100644 --- a/lib/sqlalchemy/test/requires.py +++ b/lib/sqlalchemy/test/requires.py @@ -224,6 +224,7 @@ def unicode_ddl(fn): no_support('maxdb', 'database support flakey'), no_support('oracle', 'FIXME: no support in database?'), no_support('sybase', 'FIXME: guessing, needs confirmation'), + no_support('mssql+pymssql', 'no FreeTDS support'), exclude('mysql', '<', (4, 1, 1), 'no unicode connection support'), ) |
