summaryrefslogtreecommitdiff
path: root/test/ext/asyncio
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid creating asyncio.Lock on the wrong loop.Federico Caselli2021-05-011-0/+37
* Fix typo that prevented setting the ``bind``Federico Caselli2021-04-101-0/+9
* Add support for aiosqliteFederico Caselli2021-03-242-5/+18
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+49
* Detect non async driver on engine creationFederico Caselli2021-02-061-1/+11
* Merge "reinvent xdist hooks in terms of pytest fixtures"mike bayer2021-01-141-2/+14
|\
| * reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+14
* | Implement connection binding for AsyncSessionMike Bayer2021-01-072-0/+199
|/
* Repair async test refactorMike Bayer2021-01-022-3/+10
* Add support for AsyncSession.get()Mike Bayer2020-12-271-0/+15
* implement sessionmaker.begin(), scalar() for async sessionMike Bayer2020-12-261-0/+56
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-8/+4
* add aiomysql supportMike Bayer2020-12-102-1/+9
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-092-9/+1
* Merge "add aiomysql support"mike bayer2020-12-082-1/+9
|\
| * add aiomysql supportMike Bayer2020-12-082-1/+9
* | Detect non compatible execution in async modeFederico Caselli2020-12-081-21/+43
|/
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-102-0/+240
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+11
* Adapt event exec_once_mutex to asyncioMike Bayer2020-09-141-0/+6
* Fix a mis-reference in create_async_engine().Fantix King2020-08-311-0/+10
* Fix AsyncEngine connect() bug when pool is exhaustedFantix King2020-08-311-0/+12
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-133-0/+540