]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added a missing @supported.
authorJason Kirtland <jek@discorporate.us>
Sun, 14 Oct 2007 17:20:13 +0000 (17:20 +0000)
committerJason Kirtland <jek@discorporate.us>
Sun, 14 Oct 2007 17:20:13 +0000 (17:20 +0000)
test/dialect/oracle.py

index fa196c5585ddb19fe0372f356c8b82752237b820..03b68d06324ee53026c34942b58aea174b6523b0 100644 (file)
@@ -142,6 +142,7 @@ class TypesTest(SQLCompileTest):
         b = bindparam("foo", u"hello world!")
         assert b.type.dialect_impl(dialect).get_dbapi_type(dbapi) == 'STRING'
         
+    @testing.supported('oracle')
     def test_longstring(self):
         metadata = MetaData(testbase.db)
         testbase.db.execute("""