Files
sqlalchemy/test
Mike Bayer d08322c018 raise for asyncio-incompatible pool classes
An error is raised if a :class:`.QueuePool` or other non-asyncio pool class
is passed to :func:`_asyncio.create_async_engine`.  This engine only
accepts asyncio-compatible pool classes including
:class:`.AsyncAdaptedQueuePool`. Other pool classes such as
:class:`.NullPool` are compatible with both synchronous and asynchronous
engines as they do not perform any locking.

Fixes: #8771
Change-Id: I5843ccea7d824488492d1a9d46207b9f05330ae3
(cherry picked from commit c449505f65)
2024-02-16 10:02:14 -05:00
..
2024-02-05 19:28:22 +01:00
2022-03-04 16:28:31 -05:00
2023-11-27 21:36:54 -05:00