Change-Id: Ic54a46c5091eda1480ce80989075527c6b3a6d7e
.. change::
- :tags: bug postgresql
+ :tags: bug, postgresql
:tickets: 8748
Made an adjustment to how the PostgreSQL dialect considers column types
:tickets: 8952
:versions: 2.0.0b5
- Removed non-functional method ``merge`` from :class:`_asyncio.AsyncResult`.
- This method was non-functional and non-tested since the first introduction
- of asyncio in SQLAlchemy.
+ Removed non-functional ``merge()`` method from
+ :class:`_asyncio.AsyncResult`. This method has never worked and was
+ included with :class:`_asyncio.AsyncResult` in error.