summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/session.py
Commit message (Expand)AuthorAgeFilesLines
* document get_bind() overrides for async sessionMike Bayer2021-11-291-1/+78
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* Add documentation on how to use the events with asyncioFederico Caselli2021-10-081-0/+12
* Add scalars method to connection and session classesMiguel Grinberg2021-09-141-0/+62
* 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
* Allow custom sync session class in ``AsyncSession``.Federico Caselli2021-08-301-3/+49
* Handle mappings passed to ``execution_options``.Federico Caselli2021-08-261-2/+15
* Deprecate scoped_session usage with async sessionsFederico Caselli2021-07-281-0/+2
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Implement proxy back reference system for asyncioMike Bayer2021-06-021-18/+94
* Clarify close for sync / async sessionMike Bayer2021-05-241-1/+27
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-30/+12
* unify transactional context managersMike Bayer2021-05-051-2/+4
* Fix typo that prevented setting the ``bind``Federico Caselli2021-04-101-1/+1
* add missing copyright to asyncio filesMike Bayer2021-03-021-0/+7
* convert AsyncSession.delete into awaitableMike Bayer2021-03-021-1/+12
* Improve ``run_sync`` documentation in asyncio extFederico Caselli2021-01-071-0/+10
* Implement connection binding for AsyncSessionMike Bayer2021-01-071-2/+3
* 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
* generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-101-35/+62
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+293