Skip to content
### Release Notes for [3.10.1](https://github.com/doctrine/dbal/milestone/176)

### 3.10.1

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

#### CI,SQL Server

 - [7069: CI: Update SQL Server to version 2022](https://github.com/doctrine/dbal/pull/7069) thanks to @derrabus

#### Bug,MariaDB,Reserved Keywords

 - [7061: Add support of new reserved word `VECTOR` (MariaDB 11.7+)](https://github.com/doctrine/dbal/pull/7061) thanks to @susnux

#### Bug,Prepared Statements,pgsql

 - [7059: Fix binding null as a boolean parameter on pgsql](https://github.com/doctrine/dbal/pull/7059) thanks to @derrabus

#### Documentation

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

#### Test Suite,oci8,pdo_oci

 - [7037: Do not hardcode allowed parameters in TestUtil](https://github.com/doctrine/dbal/pull/7037) thanks to @morozov

#### Documentation,pdo_mysql,pdo_pgsql

 - [7019: Update documentation on driver parameters](https://github.com/doctrine/dbal/pull/7019) thanks to @morozov