summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/scoping.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* Added missing method ``invalidate` in the `AsyncSession`Federico Caselli2022-01-191-0/+1
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Add missing methods added in :ticket:`6991`Federico Caselli2021-09-281-0/+3
* 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 async_scoped_sessionjason3gb2021-06-161-0/+101