### Release Notes for [3.7.2](https://github.com/doctrine/dbal/milestone/141)

### 3.7.2

- Total issues resolved: **0**
- Total pull requests resolved: **9**
- Total contributors: **5**

#### Static Analysis

 - [6223: PHPStan 1.10.42](https://github.com/doctrine/dbal/pull/6223) thanks to @derrabus
 - [6211: PHPStan 1.10.41](https://github.com/doctrine/dbal/pull/6211) thanks to @derrabus
 - [6188: Make the type annotation for CompositeExpression::count more specific](https://github.com/doctrine/dbal/pull/6188) thanks to @oliverklee
 - [6178: PHPStan 1.10.38](https://github.com/doctrine/dbal/pull/6178) thanks to @derrabus

#### CI,Oracle

 - [6217: Add Oracle v23 to CI testing](https://github.com/doctrine/dbal/pull/6217) thanks to @mvorisek

#### Schema Introspection,Test Suite

 - [6210: Generalize CustomIntrospectionTest](https://github.com/doctrine/dbal/pull/6210) thanks to @derrabus

#### CI,MySQL

 - [6207: Run tests on MySQL 8.2](https://github.com/doctrine/dbal/pull/6207) thanks to @derrabus

#### Bug,MariaDB,Performance,Schema Introspection

 - [6202: Fix MariaDB list columns performance](https://github.com/doctrine/dbal/pull/6202) thanks to @ausi

#### Bug,MariaDB,Schema Introspection

 - [6189: MySQLSchemaManager: Check expected database type for json columns only](https://github.com/doctrine/dbal/pull/6189) thanks to @cgknx