You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncpgsa.transactionmanager.ConnectionTransactionContextManager raises the SyntaxError in if user try to use it with with ... not async with ...
But it's not syntax error actually. It is right syntax but not right usage!
The error should be the RuntimeError as I think.
asyncpgsa.transactionmanager.ConnectionTransactionContextManager
raises theSyntaxError
in if user try to use it withwith ...
notasync with ...
But it's not syntax error actually. It is right syntax but not right usage!
The error should be the
RuntimeError
as I think.https://github.com/CanopyTax/asyncpgsa/blob/master/asyncpgsa/transactionmanager.py#L25
The text was updated successfully, but these errors were encountered: