Change-Id: I7352bed0115b8fcdb4708e012d83e81d1ae494ed
.. change::
- :tags: bug, core, regression
+ :tags: bug, engine, regression
:tickets: 7274
:versions: 2.0.0b1
.. change::
- :tags: bug, postgresql
+ :tags: bug, postgresql, asyncpg
:tickets: 7283
Changed the asyncpg dialect to bind the :class:`.Float` type to the "float"
.. change::
- :tags: asyncpg, usecase
+ :tags: postgresql, usecase, asyncpg
:tickets: 7284
:versions: 2.0.0b1
See https://github.com/MagicStack/asyncpg/issues/623 for reference
on why it's set up this way.
- Also, see https://github.com/sqlalchemy/sqlalchemy/issues/7284 for
- the rationale behind adding self._exclude_type_codecs
+ See #7284 for the rationale behind adding
+ self._exclude_type_codecs
+
"""
if "json" not in self._exclude_type_codecs: