diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-14 13:54:47 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-04-14 13:54:47 -0400 |
| commit | f9113b5dbfe5fec59759b1018465e729f6741167 (patch) | |
| tree | 88f06e5cdcf6dd5e1611322ed1eefcd6314dab59 /test/sql | |
| parent | e6fd32e17380dfe758050fab12987e14c46f70c4 (diff) | |
| download | sqlalchemy-f9113b5dbfe5fec59759b1018465e729f6741167.tar.gz | |
- Fixed support for precision numerics when using
pg8000. [ticket:2132]
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_types.py | 1 |
1 files changed, 0 insertions, 1 deletions
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') |
