Release [2.13.5](https://github.com/doctrine/dbal/milestone/98) 2.13.5 ====== - Total issues resolved: **2** - Total pull requests resolved: **20** - Total contributors: **7** Tools ----- - [4970: Fix a deprecation in console command return types](https://github.com/doctrine/dbal/pull/4970) thanks to @javiereguiluz Static Analysis --------------- - [4959: Psalm 4.12.0, PHPStan 1.1.1](https://github.com/doctrine/dbal/pull/4959) thanks to @derrabus - [4943: PHPStan 1.0.2](https://github.com/doctrine/dbal/pull/4943) thanks to @derrabus - [4895: Cleanup ignored PHPStan errors](https://github.com/doctrine/dbal/pull/4895) thanks to @derrabus - [4873: Bump PHPStan level to 8](https://github.com/doctrine/dbal/pull/4873) thanks to @morozov Test Suite ---------- - [4954: Use willReturn() in mocks instead of will(returnValue())](https://github.com/doctrine/dbal/pull/4954) thanks to @morozov - [4876: Fix XSD paths in PHPUnit XML config files](https://github.com/doctrine/dbal/pull/4876) thanks to @derrabus Static Analysis,mysqli ---------------------- - [4934: Update Psalm to 4.11.2](https://github.com/doctrine/dbal/pull/4934) thanks to @morozov PHP,pdo_sqlsrv -------------- - [4915: Fix PHP 8.1 deprecations on PDO_sqlsrv](https://github.com/doctrine/dbal/pull/4915) thanks to @derrabus Oracle,PHP ---------- - [4914: Fix PHP 8.1 deprecations in OracleSchemaManager](https://github.com/doctrine/dbal/pull/4914) thanks to @derrabus PDO,PHP ------- - [4913: Fix deprecation on `ExpressionBuilder::literal()` with default type](https://github.com/doctrine/dbal/pull/4913) thanks to @derrabus and @come-nc PHP,PostgreSQL -------------- - [4912: Fix PHP 8.1 deprecations in PostgreSqlSchemaManager](https://github.com/doctrine/dbal/pull/4912) thanks to @derrabus MariaDB ------- - [4909: MariaDb1027Platform class should be non-final](https://github.com/doctrine/dbal/pull/4909) thanks to @mvorisek Bug,Deprecation,Platforms ------------------------- - [4890: Fix calling AbstractPlatform::getAdvancedForeignKeyOptionsSQL triggers a deprecation](https://github.com/doctrine/dbal/pull/4890) thanks to @simonberger CI,Improvement -------------- - [4883: Reuse centralized coding standard workflow](https://github.com/doctrine/dbal/pull/4883) thanks to @greg0ire Bug,PHP,mysqli -------------- - [4881: Add missing upcast](https://github.com/doctrine/dbal/pull/4881) thanks to @derrabus PHP,mysqli,pdo_sqlsrv,sqlsrv ---------------------------- - [4875: Run tests on PHP 8.1 with different database drivers](https://github.com/doctrine/dbal/pull/4875) thanks to @derrabus Improvement,Static Analysis --------------------------- - [4874: Get rid of current working directory variable](https://github.com/doctrine/dbal/pull/4874) thanks to @greg0ire CI,Dependencies --------------- - [4861: PHP CodeSniffer 3.6.1](https://github.com/doctrine/dbal/pull/4861) thanks to @derrabus CI,PostgreSQL ------------- - [4848: Add Postgres 14 to the test matrix](https://github.com/doctrine/dbal/pull/4848) thanks to @derrabus