Skip to content
Release [2.13.2](https://github.com/doctrine/dbal/milestone/93)

2.13.2
======

- Total issues resolved: **3**
- Total pull requests resolved: **8**
- Total contributors: **6**

Test Suite
----------

 - [4679: Update PHPUnit to 9.5.5](https://github.com/doctrine/dbal/pull/4679) thanks to @morozov

Documentation
-------------

 - [4673: Document a non-deprecated way to interact with prepared statements](https://github.com/doctrine/dbal/pull/4673) thanks to @derrabus

Code Style
----------

 - [4663: Bump doctrine/coding-standard](https://github.com/doctrine/dbal/pull/4663) thanks to @derrabus

Bug,Quoting,SQL Server
----------------------

 - [4648: [GH-4643] Fix SQLServerPlatform::quoteIdentifier()](https://github.com/doctrine/dbal/pull/4648) thanks to @morozov and @zajca

Bug,Connections,Error Handling,mysqli
-------------------------------------

 - [4647: [GH-4645] Use error suppression instead of an error handler in MySQLi Connection](https://github.com/doctrine/dbal/pull/4647) thanks to @morozov and @mbrodala

Bug,Static Analysis,Strict Typing
---------------------------------

 - [4638: Fix #4637 by duplicating the type definition for `DriverManager::getConnection($args)` params](https://github.com/doctrine/dbal/pull/4638) thanks to @Ocramius and @DavideBicego

Character Encoding,Connections,MySQL,Test Suite
-----------------------------------------------

 - [4625: [GH-4613] Use utf8mb4 instead of utf8 for testing connection charset](https://github.com/doctrine/dbal/pull/4625) thanks to @morozov

Cache,Improvement
-----------------

 - [4623: Support Doctrine Cache 2](https://github.com/doctrine/dbal/pull/4623) thanks to @derrabus