We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6959d commit c4b8041Copy full SHA for c4b8041
1 file changed
psqlpy_sqlalchemy/connection.py
@@ -55,6 +55,7 @@ class AsyncAdapt_psqlpy_cursor(AsyncAdapt_dbapi_cursor):
55
56
_adapt_connection: "AsyncAdapt_psqlpy_connection"
57
_connection: psqlpy.Connection # type: ignore[assignment]
58
+ _cursor: t.Optional[t.Any] # type: ignore[assignment]
59
_awaitable_cursor_close: bool = False
60
61
def __init__(
0 commit comments