]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fails on oracle too
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 23:41:20 +0000 (16:41 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 14 Mar 2012 23:41:20 +0000 (16:41 -0700)
test/sql/test_types.py

index 8e87fe5d543e0ed88572c5a26aadf25b67e63fa2..951e1551d8f31aec44a3bbcf8f7253b3fd6681b9 100644 (file)
@@ -1681,6 +1681,10 @@ class NumericTest(fixtures.TestBase):
             numbers
         )
 
+    @testing.fails_on('oracle+cx_oracle',
+        "this may be a bug due to the difficulty in handling "
+        "oracle precision numerics"
+    )
     @testing.fails_on('postgresql+pg8000', 
         "pg-8000 does native decimal but truncates the decimals.")
     def test_numeric_no_decimal(self):