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

### 3.8.5

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

#### CI,MariaDB

 - [6432: CI MariaDB: add 11.4, remove 11.0](https://github.com/doctrine/dbal/pull/6432) thanks to @derrabus
 - [6426: CI: Update MariaDB versions](https://github.com/doctrine/dbal/pull/6426) thanks to @grooverdan

#### Documentation

 - [6430: Fix typo in the portability documentation](https://github.com/doctrine/dbal/pull/6430) thanks to @stof
 - [6429: Fix the portability documentation](https://github.com/doctrine/dbal/pull/6429) thanks to @stof

#### Bug,MariaDB,Schema Introspection

 - [6425: Fix MariaDB fetching of default table character-set](https://github.com/doctrine/dbal/pull/6425) thanks to @grooverdan

#### Bug

 - [6423: Fix: Skip type comparison if disableTypeComments is true](https://github.com/doctrine/dbal/pull/6423) thanks to @berkut1
 - [6413: Fix foreign key name change detection](https://github.com/doctrine/dbal/pull/6413) thanks to @achterin

#### Connecting,Improvement,Oracle

 - [6412: remove duplicate set NLS_DATE_FORMAT](https://github.com/doctrine/dbal/pull/6412) thanks to @pilot114

#### Documentation,MariaDB

 - [6407: Fix documentation of supported MariaDB releases](https://github.com/doctrine/dbal/pull/6407) thanks to @derrabus

#### Static Analysis

 - [6402: Fix return type of iterateKeyValue()](https://github.com/doctrine/dbal/pull/6402) thanks to @derrabus
 - [6399: PHPStan 1.11.1](https://github.com/doctrine/dbal/pull/6399) thanks to @derrabus

CI
--

 - [6391: Bump doctrine/.github from 5.0.0 to 5.0.1](https://github.com/doctrine/dbal/pull/6391) thanks to @dependabot[bot]
 - [6384: Use 3.8.x as a target for dependabot version updates](https://github.com/doctrine/dbal/pull/6384) thanks to @greg0ire
 - [6383: Setup dependabot](https://github.com/doctrine/dbal/pull/6383) thanks to @greg0ire
 - [6379: Bump workflow actions](https://github.com/doctrine/dbal/pull/6379) thanks to @greg0ire
 - [6374: Provide CODECOV_TOKEN](https://github.com/doctrine/dbal/pull/6374) thanks to @greg0ire
 - [6373: Specify the minor version number for MySQL image](https://github.com/doctrine/dbal/pull/6373) thanks to @greg0ire
 - [6372: Set fail_ci_if_error flag to true](https://github.com/doctrine/dbal/pull/6372) thanks to @greg0ire

#### CI,MySQL

 - [6388: Fix "Plugin 'mysql_native_password' is not loaded"](https://github.com/doctrine/dbal/pull/6388) thanks to @derrabus
 - [6386: Run tests against MySQL 8.4](https://github.com/doctrine/dbal/pull/6386) thanks to @derrabus

#### Static Analysis,Test Suite

 - [6387: PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2](https://github.com/doctrine/dbal/pull/6387) thanks to @derrabus

#### Bug,SQL Server

 - [6353: Fix SQL Server "extended property" SQL generation](https://github.com/doctrine/dbal/pull/6353) thanks to @mvorisek

#### Bug,Missing Tests,SQLite

 - [6338: Fix DB name passing in SqliteSchemaManager::listTableForeignKeys()](https://github.com/doctrine/dbal/pull/6338) thanks to @mvorisek

#### Bug,SQLite,Schema Management

 - [6315: Fix SQLite temp table name must not contain dot](https://github.com/doctrine/dbal/pull/6315) thanks to @mvorisek