We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
when I try to use code
async with conn.begin_nested() as trans:
Result is
17:19:10 RS.1 | -> async with conn.begin_nested() as trans: 17:19:14 RS.1 | (Pdb) AttributeError: __aexit__
Without context manager it's working as expected.
The text was updated successfully, but these errors were encountered:
Thanks for report. .begin_nested() doesn't support async context manager. Would you provide a patch? Look like it is a simple task.
.begin_nested()
Sorry, something went wrong.
As I read the code you§re rigt, there is no support for CM for .begin_nested(). I can try to provide a patch but can't promise it will be soon.
Closed by #208
No branches or pull requests
Hi,
when I try to use code
Result is
Without context manager it's working as expected.
The text was updated successfully, but these errors were encountered: