Implement driver.SessionResetter and driver.Validator so that conns are retained in database/sql pools
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 225
- Forks
- 11
- Avg merge
- 20m
- Merged PRs (30d)
- 2
Description
We are missing implementations for driver.Validator and driver.SessionResetter that are required in order for connections that have errored to be returned to database/sql connection pools.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the Go driver implementation and reading the database/sql/driver contracts for Validator and SessionResetter. Done means errored connections can be validated, reset, and retained in database/sql connection pools.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sqlite
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100