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

### 3.8.0

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

#### Deprecation,MariaDB,Platforms

 - [6215: Extend `AbstractMySQLPlatform::getColumnTypeSQLSnippets()` deprecation layer](https://github.com/doctrine/dbal/pull/6215) thanks to @derrabus
 - [6213: Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets()](https://github.com/doctrine/dbal/pull/6213) thanks to @ausi

#### Improvement,Transactions

 - [6197: Remove irrelevant details from the savepoint name](https://github.com/doctrine/dbal/pull/6197) thanks to @morozov

#### Bug

 - [6195: Replace TODO with proper PR link](https://github.com/doctrine/dbal/pull/6195) thanks to @derrabus

#### Deprecation,New Feature

 - [6193: Add deprecation layer and upgrade path for QueryBuilder::reset*() methods](https://github.com/doctrine/dbal/pull/6193) thanks to @derrabus

#### Deprecation,Locking,New Feature,QueryBuilder

 - [6191: Enable skipping locked rows in QueryBuilder](https://github.com/doctrine/dbal/pull/6191) thanks to @morozov

#### New Feature,QueryBuilder

 - [6190: Add `QueryBuilder::resetOrderBy()`](https://github.com/doctrine/dbal/pull/6190) thanks to @mbabker

#### Connecting,New Feature,oci8

 - [6182: Enable establishing exclusive oci8 connections](https://github.com/doctrine/dbal/pull/6182) thanks to @morozov

#### Deprecation,QueryBuilder

 - [6179: Deprecate getting query parts from QueryBuilder](https://github.com/doctrine/dbal/pull/6179) thanks to @morozov