sqlalchemy2-stubs icon indicating copy to clipboard operation
sqlalchemy2-stubs copied to clipboard

Add types for new AsyncSession methods

Open MaicoTimmerman opened this issue 4 years ago • 0 comments

https://github.com/sqlalchemy/sqlalchemy/commit/97d922663a0350c6ce026ecfbde8010ca1bc0c37 implements new methods:

:meth:`_asyncio.AsyncSession.in_nested_transaction`,
:meth:`_asyncio.AsyncSession.get_transaction`,
:meth:`_asyncio.AsyncSession.get_nested_transaction`.
:func:`_asyncio.async_object_session`,
:func:`_asyncio.async_session` as well as a new

:class:`_orm.InstanceState` attribute :attr:`_orm.InstanceState.asyncio_session`

MaicoTimmerman avatar Jun 03 '21 15:06 MaicoTimmerman