summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_20/suite_float_tests.rst
blob: 06e7fcd55b0995f3cd1a46fd0fcefeb6745f7921 (plain)
1
2
3
4
5
6
7
.. change::
    :tags: bug, sql

    Fixed the base class for dialect-specific float/double types; Oracle
    :class:`_oracle.BINARY_DOUBLE` now subclasses :class:`_sqltypes.Double`,
    and internal types for :class:`_sqltypes.Float` for asyncpg and pg8000 now
    correctly subclass :class:`_sqltypes.Float`.