summaryrefslogtreecommitdiff
path: root/test/ext/asyncio/test_engine_py3k.py
Commit message (Expand)AuthorAgeFilesLines
* Add pool creation functionsFederico Caselli2023-04-121-0/+21
* ensure single import per lineMike Bayer2023-02-281-2/+0
* do not return asyncio connections to the pool under gcMike Bayer2023-02-061-0/+63
* Support result.close() for all iterator patternsMike Bayer2022-11-031-3/+46
* Tighten password security by removing `URL.__str__`Yassen Damyanov2022-09-231-1/+3
* restore test concurrency try 2Federico Caselli2022-08-291-2/+3
* Revert "restore test concurrency"Mike Bayer2022-08-291-3/+2
* restore test concurrencyFederico Caselli2022-08-271-2/+3
* try out greenlet / cython on py311Mike Bayer2022-08-251-2/+2
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-10/+41
* adjust log stacklevel for py3.11.0b1; enable greenletMike Bayer2022-05-151-0/+2
* pep-484: asyncioMike Bayer2022-04-111-0/+22
* improve error raise for dialect/pool events w/ async engineMike Bayer2022-03-021-0/+22
* ensure exception raised for all stream w/ sync resultMike Bayer2022-02-041-0/+27
* Remove dispose warning on async engines when running testsFederico Caselli2022-01-211-71/+64
* Add AdaptedConnection.run_asyncMike Bayer2022-01-191-0/+25
* Add async_engine_from_config()Nils Philippsen2021-12-101-0/+11
* provide connectionfairy on initializeMike Bayer2021-11-291-4/+2
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-2/+10
* First round of removal of python 2Federico Caselli2021-11-011-1/+0
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-2/+2
* Add scalars method to connection and session classesMiguel Grinberg2021-09-141-0/+14
* Add async tests to the github workflowworkflow_test_aiosqliteFederico Caselli2021-09-061-0/+1
* Improve error message when inspecting async proxiesFederico Caselli2021-08-301-0/+35
* Propagate asyncio flag from the dialect to selected pool classesFederico Caselli2021-06-081-9/+6
* Merge "Implement proxy back reference system for asyncio"mike bayer2021-06-031-2/+120
|\
| * Implement proxy back reference system for asyncioMike Bayer2021-06-021-2/+120
* | temporarily disable test_no_attach_to_event_loopMike Bayer2021-06-021-1/+7
|/
* unify transactional context managersMike Bayer2021-05-051-1/+138
* Avoid creating asyncio.Lock on the wrong loop.Federico Caselli2021-05-011-0/+37
* Add support for aiosqliteFederico Caselli2021-03-241-4/+17
* 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-071-0/+93
|/
* Repair async test refactorMike Bayer2021-01-021-1/+8
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-8/+4
* add aiomysql supportMike Bayer2020-12-101-1/+5
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-5/+1
* Merge "add aiomysql support"mike bayer2020-12-081-1/+5
|\
| * add aiomysql supportMike Bayer2020-12-081-1/+5
* | Detect non compatible execution in async modeFederico Caselli2020-12-081-21/+43
|/
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-0/+182
* 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-131-0/+340