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

2.13.4
======

- Total issues resolved: **1**
- Total pull requests resolved: **7**
- Total contributors: **3**

CI,ibm_db2
----------

 - [4834: Build ibm_db2 with a public driver](https://github.com/doctrine/dbal/pull/4834) thanks to @morozov

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

 - [4833: Add explanation why we need to cast float to string in decimal type](https://github.com/doctrine/dbal/pull/4833) thanks to @andrew-demb
 - [4827: Backport doc block fix](https://github.com/doctrine/dbal/pull/4827) thanks to @derrabus

CI,Dependencies
---------------

 - [4819: PHPUnit 9.5.10](https://github.com/doctrine/dbal/pull/4819) thanks to @derrabus
 - [4796: Bump PHPStan and PHPUnit](https://github.com/doctrine/dbal/pull/4796) thanks to @derrabus

PHP,pdo_sqlite
--------------

 - [4818: Cast decimals to string on SQLite](https://github.com/doctrine/dbal/pull/4818) thanks to @derrabus

Bug,Static Analysis
-------------------

 - [4792: Do not normalize current version during comparison](https://github.com/doctrine/dbal/pull/4792) thanks to @morozov