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

3.1.3
=====

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

Static Analysis
---------------

 - [4826: Remove obsolete error suppression](https://github.com/doctrine/dbal/pull/4826) thanks to @derrabus

Bug,Console
-----------

 - [4825: Fix version displayed in `ConsoleRunner`](https://github.com/doctrine/dbal/pull/4825) thanks to @derrabus

 - [4824: Remove pinned platform](https://github.com/doctrine/dbal/pull/4824) thanks to @derrabus

Bug,Platforms,Regression,SQLite
-------------------------------

 - [4815: Fix renaming upper-cased SQLite columns](https://github.com/doctrine/dbal/pull/4815) thanks to @morozov and @Spice-King

Bug,Schema
----------

 - [4811: Fix Schema::getTableNames()](https://github.com/doctrine/dbal/pull/4811) thanks to @morozov