]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Open up all cx_Oracle numeric tests, finish infinity support
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Dec 2017 15:56:18 +0000 (10:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 Dec 2017 16:00:55 +0000 (11:00 -0500)
commita5d027ab665585f65581fdc6fd2bd00874d3c714
tree45a2df5c0d2aceb584272d09cc1d9cbefd84722a
parent19e13cf3d203b59ad285ab0193cb9fc53c4fcff2
Open up all cx_Oracle numeric tests, finish infinity support

Added some additional rules to fully handle ``Decimal('Infinity')``,
``Decimal('-Infinity')`` values with cx_Oracle numerics when using
``asdecimal=True``.

Allow remaining cx_Oracle numeric tests that were waiting
for the refactor to be finished and forgot to get enabled.

Change-Id: I1e2365176e34559c0230c84f800a7cfe0a034ed5
Fixes: #4064
doc/build/changelog/unreleased_12/4064.rst [new file with mode: 0644]
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/testing/suite/test_types.py
test/dialect/oracle/test_types.py