From f9113b5dbfe5fec59759b1018465e729f6741167 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 14 Apr 2011 13:54:47 -0400 Subject: - Fixed support for precision numerics when using pg8000. [ticket:2132] --- test/sql/test_types.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/sql') diff --git a/test/sql/test_types.py b/test/sql/test_types.py index d44487d53..8a8ae9cae 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -1435,7 +1435,6 @@ class NumericTest(fixtures.TestBase): ) @testing.fails_on('sqlite', 'TODO') - @testing.fails_on('postgresql+pg8000', 'TODO') @testing.fails_on("firebird", "Precision must be from 1 to 18") @testing.fails_on("sybase+pysybase", "TODO") @testing.fails_on('mssql+pymssql', 'FIXME: improve pymssql dec handling') -- cgit v1.2.1