summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/engine.py
Commit message (Expand)AuthorAgeFilesLines
* write out a full doc for both run_sync methodsMike Bayer2023-04-261-3/+42
* run docs syncMike Bayer2023-04-171-13/+11
* Merge "Add pool creation functions" into mainmike bayer2023-04-131-1/+16
|\
| * Add pool creation functionsFederico Caselli2023-04-121-1/+16
* | Remove old versionadded and versionchangedFederico Caselli2023-04-121-2/+0
|/
* allow multiparams with scalarsMike Bayer2023-03-011-3/+3
* Fix a syntax error in `AsyncConnection.stream_scalars()` example. (#9334)Vytautas Liuolia2023-02-191-1/+1
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Support result.close() for all iterator patternsMike Bayer2022-11-031-57/+105
* Improve typings of execution optionsFederico Caselli2022-11-021-19/+59
* the future is hereMike Bayer2022-10-021-10/+10
* Improved usage of ``asyncio.shield()``Federico Caselli2022-09-151-2/+4
* Merge "add shield() in aexit" into mainmike bayer2022-07-181-4/+8
|\
| * add shield() in aexitFederico Caselli2022-07-181-4/+8
* | add contextmanager typing, open run_sync typingMike Bayer2022-07-181-7/+7
|/
* establish sessionmaker and async_sessionmaker as genericMike Bayer2022-05-311-3/+8
* update for flake8-future-imports 0.0.5Mike Bayer2022-05-141-2/+0
* pep484 ORM / SQL result supportMike Bayer2022-04-271-8/+124
* pep484: schema APIMike Bayer2022-04-151-3/+4
* pep-484: asyncioMike Bayer2022-04-111-170/+231
* use code generation for scoped_sessionMike Bayer2022-04-121-2/+273
* ensure exception raised for all stream w/ sync resultMike Bayer2022-02-041-16/+3
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Add async_engine_from_config()Nils Philippsen2021-12-101-0/+23
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+1
* fully implement future engine and remove legacyMike Bayer2021-11-071-2/+2
* Add documentation on how to use the events with asyncioFederico Caselli2021-10-081-0/+34
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-4/+8
* Add scalars method to connection and session classesMiguel Grinberg2021-09-141-0/+41
* Improve error message when inspecting async proxiesFederico Caselli2021-08-301-0/+23
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Implement proxy back reference system for asyncioMike Bayer2021-06-021-18/+38
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-44/+28
* unify transactional context managersMike Bayer2021-05-051-17/+10
* add missing copyright to asyncio filesMike Bayer2021-03-021-0/+7
* 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