-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
feat: cursor must detect if the parent connection is closed #463
Conversation
This PR is based on changes from connect() refactoring changes, so it should be merged after "connect() refactoring" PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I'll review again after #462 gets merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor comments, but @IlyaFaer I'll wait until you respond to approve so we don't automatically merge this before it's ready.
Seeing more of these in CI:
Hopefully to be fixed in #471. |
…on-spanner-django into is_closed_attribute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added few more docstrings/renaming changes
Closes #461