summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio
Commit message (Expand)AuthorAgeFilesLines
* Add async_engine_from_config()Nils Philippsen2021-12-102-0/+24
* document get_bind() overrides for async sessionMike Bayer2021-11-291-1/+78
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-0/+1
* Clean up most py3k compatFederico Caselli2021-11-241-1/+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-082-0/+46
* Add missing methods added in :ticket:`6991`Federico Caselli2021-09-281-0/+3
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-4/+8
* Add scalars method to connection and session classesMiguel Grinberg2021-09-142-0/+103
* Added loader options to session.merge, asyncsession.mergeDaniel Stone2021-09-021-4/+38
* add asyncio.gather() example; add connection optsMike Bayer2021-09-021-2/+7
* remove async session slotsMike Bayer2021-09-011-8/+0
* Merge "Allow custom sync session class in ``AsyncSession``."mike bayer2021-08-301-3/+49
|\
| * Allow custom sync session class in ``AsyncSession``.Federico Caselli2021-08-301-3/+49
* | Improve error message when inspecting async proxiesFederico Caselli2021-08-302-0/+28
|/
* Handle mappings passed to ``execution_options``.Federico Caselli2021-08-261-2/+15
* Deprecate scoped_session usage with async sessionsFederico Caselli2021-07-282-0/+4
* Documentation improvementsFederico Caselli2021-07-201-0/+9
* Replace all http:// links to https://Federico Caselli2021-07-047-7/+7
* Implement async_scoped_sessionjason3gb2021-06-162-0/+102
* Implement proxy back reference system for asyncioMike Bayer2021-06-024-37/+177
* Clarify close for sync / async sessionMike Bayer2021-05-241-1/+27
* Remove pep484 type comments from the codeFederico Caselli2021-05-164-117/+41
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+3
* unify transactional context managersMike Bayer2021-05-053-21/+16
* Fix typo that prevented setting the ``bind``Federico Caselli2021-04-101-1/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-11/+11
* add missing copyright to asyncio filesMike Bayer2021-03-026-0/+42
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+12
* Detect non async driver on engine creationFederico Caselli2021-02-061-0/+5
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-1/+0
* Improve ``run_sync`` documentation in asyncio extFederico Caselli2021-01-072-0/+20
* Implement connection binding for AsyncSessionMike Bayer2021-01-073-6/+126
* Repair async test refactorMike Bayer2021-01-021-1/+1
* Add support for AsyncSession.get()Mike Bayer2020-12-271-0/+24
* implement sessionmaker.begin(), scalar() for async sessionMike Bayer2020-12-261-0/+39
* Improved PEP-484 for AsyncSession.run_syncMichael Oliver2020-12-161-2/+5
* add aiomysql supportMike Bayer2020-12-101-3/+10
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-10/+3
* Merge "add aiomysql support"mike bayer2020-12-081-3/+10
|\
| * add aiomysql supportMike Bayer2020-12-081-3/+10
* | Detect non compatible execution in async modeFederico Caselli2020-12-081-0/+3
|/
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-104-48/+233
* upgrade to black 20.8b1Mike Bayer2020-09-283-19/+14
* Fix a mis-reference in create_async_engine().Fantix King2020-08-311-1/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-136-0/+1471