Skip to content
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

Add a Connection.get_cursor alias #73

Merged
merged 2 commits into from
Sep 26, 2019
Merged

Add a Connection.get_cursor alias #73

merged 2 commits into from
Sep 26, 2019

Conversation

Changaco
Copy link
Member

@Changaco Changaco commented Sep 21, 2019

Closes #61.

Edit: on second thought, this approach could be problematic, I'm going to try another one later.

Edit 2: done, I moved the __exit__ method from the cursor subclass to the connection subclass.

Edit 3: that change was flawed, #82 fixes the problem.

@Changaco Changaco merged commit 7262c15 into master Sep 26, 2019
@Changaco Changaco deleted the connection.get_cursor branch September 26, 2019 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

connection should have a get_cursor on it
1 participant