summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/engine.py
Commit message (Expand)AuthorAgeFilesLines
* Detect non async driver on engine creationFederico Caselli2021-02-061-0/+5
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-1/+0
* Improve ``run_sync`` documentation in asyncio extFederico Caselli2021-01-071-0/+10
* Implement connection binding for AsyncSessionMike Bayer2021-01-071-4/+106
* Repair async test refactorMike Bayer2021-01-021-1/+1
* Detect non compatible execution in async modeFederico Caselli2020-12-081-0/+3
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-13/+140
* upgrade to black 20.8b1Mike Bayer2020-09-281-12/+12
* Fix a mis-reference in create_async_engine().Fantix King2020-08-311-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+461