### Proposed new feature or change 1. Collect params to bind https://github.com/yiisoft/db/blob/e753995673aafcbd97e84a489ee09e0b80ee811d/src/Driver/Pdo/AbstractPdoCommand.php#L77 3. Pass `CommandInterface` (`$this`) to `retryHandler()` #1130 https://github.com/yiisoft/db/blob/e753995673aafcbd97e84a489ee09e0b80ee811d/src/Driver/Pdo/AbstractPdoCommand.php#L210 5. By default, try to renew connection and `pdoStatement` if the connection was closed 6. Throw an exception if a transaction was started
Proposed new feature or change
db/src/Driver/Pdo/AbstractPdoCommand.php
Line 77 in e753995
CommandInterface($this) toretryHandler()Need more environment for retry handler #1130db/src/Driver/Pdo/AbstractPdoCommand.php
Line 210 in e753995
pdoStatementif the connection was closed