DoctrineMySQLComeBack

DoctrineMySQLComeBack 3.0.0: DBAL 4 support

The facile-it/doctrine-mysql-come-back had a major release last year, and it included a lot of changes to support DBAL 3. Luckily, with DBAL 4, the amount of changes is a lot smaller, mainly signature changes. In short, all the changes done during the last major bump allowed us to not have to do much for this new release.

May thanks to @oleg-andreyev for doing the initial work and PR to kickstart this release.

DoctrineMySQLComeBack 2.0.0: DBAL 3 support

The facile-it/doctrine-mysql-come-back was written long time ago by my colleague Luca Boeri, in an attempt to solve the infamous “MySQL server has gone away” error, and similar issues. It’s a simple Doctrine DBAL driver wrapper that catches relevant exceptions from the driver and attempts to reconnect to the database; this is pretty useful if your PHP script is doing something else between queries, and an aggressive timeout from the database truncates the connection in the meantime, due to the prolonged inactivity.