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

Implement the Close() method on our connector #63

Closed
wants to merge 1 commit into from

Conversation

flimzy
Copy link
Collaborator

@flimzy flimzy commented Mar 7, 2024

This allows a call to db.Close() to be effective at closing the underlying connections.

This avoids a deadlock with one of my clients, when creating a new DB and closing it for each test. It may not be the best solution, or may need some additional consideration. All feedback welcome.

This allows a call to `db.Close()` to be effective at closing the underlying
connections.
@flimzy flimzy closed this Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant