Need more environment for retry handler
Open
Nobody has claimed this yet.
type:enhancement
- Dominant language
- PHP
- Stars
- 216
- Forks
- 51
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 2
Description
Needs to pass current connection $this->db to have possibility to restart it.
Contributor guide
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
Start at src/Driver/Pdo/AbstractPdoCommand.php around line 210, the linked retry-handler entry point. Trace how the handler is called and determine where the current connection ($this->db) must be passed. Done means the retry handler receives that connection and can use it to restart the connection; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100