Release [2.13.1](https://github.com/doctrine/dbal/milestone/89) 2.13.1 ====== - Total issues resolved: **4** - Total pull requests resolved: **8** - Total contributors: **8** Documentation,Static Analysis ----------------------------- - [4608: Attribute type coverage metric to 3.1.x instead of 2.13.x](https://github.com/doctrine/dbal/pull/4608) thanks to @morozov - [4604: Collect type coverage metrics, add badge to README](https://github.com/doctrine/dbal/pull/4604) thanks to @morozov - [4603: ensureForwardCompatibilityStatement expects ResultStatement, given PDOStatement](https://github.com/doctrine/dbal/issues/4603) thanks to @mwoods-familiaris BC Fix,Prepared Statements,QueryBuilder --------------------------------------- - [4596: Fix BC break on QueryBuilder::execute()](https://github.com/doctrine/dbal/pull/4596) thanks to @mdumoulin and @m50 Code Style ---------- - [4593: Add direct dependency on PHP_CodeSniffer](https://github.com/doctrine/dbal/pull/4593) thanks to @morozov BC Fix,Connections,PDO ---------------------- - [4590: Fix user provided pdo connection](https://github.com/doctrine/dbal/pull/4590) thanks to @mdumoulin and @htto Compatibility,Deprecation,Prepared Statements --------------------------------------------- - [4580: Deprecate Statement::execute in favor of Statement::executeStatement/executeQuery](https://github.com/doctrine/dbal/pull/4580) thanks to @beberlei Deprecation,Prepared Statements ------------------------------- - [4579: Add missing runtime deprecations related to FC Result API (#4529, #4571)](https://github.com/doctrine/dbal/pull/4579) thanks to @beberlei Deprecation,Documentation,Prepared Statements --------------------------------------------- - [4571: Add explicit @deprecated in ForwardCompatibility\Result](https://github.com/doctrine/dbal/pull/4571) thanks to @bcremer Bug,Prepared Statements ----------------------- - [4569: Doctrine DBAL 2.13 $statement->execute() returns bool (instead of Result)](https://github.com/doctrine/dbal/issues/4569) thanks to @Knallcharge