2.0.0-BETA4
版本发布时间: 2023-04-05 23:31:26
facile-it/doctrine-mysql-come-back最新发布版本:3.0.0(2024-03-10 19:33:47)
Added
- Centralize reconnect attempts counter
- Add
Statement::fromDBALStatement
for simpler creation - Add mutation testing with Infection
Fixed
- Avoid reconnection attempts if a transaction was opened (and not closed) before the "gone away" error
- Avoid retrying
SAVEPOINT
statements - Handle
Statement::bindParam
andStatement::bindValue
correctly on reconnection
Changed
- Refactor
Connection
retry logic into a single method - Make
Statement::__construct
private