summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/base.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-26/+12
* Unify doc typingHarry Lees2023-01-311-2/+3
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Support result.close() for all iterator patternsMike Bayer2022-11-031-7/+138
* pep-484: asyncioMike Bayer2022-04-111-20/+98
* Improve error message when inspecting async proxiesFederico Caselli2021-08-301-0/+5
* Implement proxy back reference system for asyncioMike Bayer2021-06-021-1/+43
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-1/+1
* unify transactional context managersMike Bayer2021-05-051-2/+2
* Implement connection binding for AsyncSessionMike Bayer2021-01-071-0/+17
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+25