diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-23 12:05:30 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-04-23 12:07:56 -0400 |
| commit | dd4240e43b4138aeca41c393c3f97ae2e60b7c79 (patch) | |
| tree | 4bb21765f6fb0e1e217f3d29dfb0d2aea0ce7b17 /test/requirements.py | |
| parent | 167a45a442a2551400af0b102b590e70267e9b77 (diff) | |
| download | sqlalchemy-dd4240e43b4138aeca41c393c3f97ae2e60b7c79.tar.gz | |
- Fixed support for "literal_binds" mode when using limit/offset
with Firebird, so that the values are again rendered inline when
this is selected. Related to :ticket:`3034`.
fixes #3381
Diffstat (limited to 'test/requirements.py')
| -rw-r--r-- | test/requirements.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/requirements.py b/test/requirements.py index 3ed6bea4d..77d941a67 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -130,7 +130,7 @@ class DefaultRequirements(SuiteRequirements): def temporary_tables(self): """target database supports temporary tables""" return skip_if( - ["mssql"], "sql server has some other syntax?" + ["mssql", "firebird"], "not supported (?)" ) @property |
