Files
sqlalchemy/test/engine
Mike Bayer c449505f65 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
2024-02-16 10:02:07 -05:00
..
2023-10-09 08:26:32 -04:00
2023-12-20 22:54:28 +01:00
2024-01-31 21:54:59 +01:00