Enhancement: expose ping() on pingable-connections.
This PR introduces a new PingableConnection interface and exposes a ping method on \Doctrine\DBAL\Connection. For drivers where no ping is supported, a \Doctrine\DBAL\ConnectionException is thrown.
Showing
Please register or sign in to comment