summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/session.py
Commit message (Expand)AuthorAgeFilesLines
...
* Improved PEP-484 for AsyncSession.run_syncMichael Oliver2020-12-161-2/+5
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-35/+62
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+293