Files
sqlalchemy/lib/sqlalchemy
Mike Bayer 2665a0c4cb generalize scoped_session proxying and apply to asyncio elements
Reworked the proxy creation used by scoped_session() to be
based on fully copied code with augmented docstrings and
moved it into langhelpers.  asyncio session, engine,
connection can now take
advantage of it so that all non-async methods are availble.

Overall implementation of most important accessors / methods
on AsyncConnection, etc. , including awaitable versions
of invalidate, execution_options, etc.

In order to support an event dispatcher on the async
classes while still allowing them to hold __slots__,
make some adjustments to the event system to allow
that to be present, at least rudimentally.

Fixes: #5628
Change-Id: I5eb6929fc1e4fdac99e4b767dcfd49672d56e2b2
2020-10-10 01:17:25 -04:00
..
2020-09-28 15:17:26 -04:00
2020-10-02 21:34:24 +02:00
2020-08-19 00:34:23 +02:00
2020-09-28 15:17:26 -04:00
2020-09-28 15:17:26 -04:00