2.0.0-BETA4
Pre-release
Pre-release
Added
- Centralize reconnect attempts counter
- Add
Statement::fromDBALStatementfor 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
SAVEPOINTstatements - Handle
Statement::bindParamandStatement::bindValuecorrectly on reconnection
Changed
- Refactor
Connectionretry logic into a single method - Make
Statement::__constructprivate