This release fixes some regressions introduced in OracleDB support in 2.5.11. Specifically, closing a cursor caused an `ORA-01002` exception to be raised in some scenarios. Further fixes include: * support for dropping "in use" databases in OracleDB and SQL Server (must disconnect first) * corrections in how the last insert ID is fetched on SQL Server * re-use of parameters bound to an sqlsrv statement via `bindValue()` Total issues resolved: **8** - [2634: Fix fetching last insert ID for sequences on SQL Server](https://github.com/doctrine/dbal/pull/2634) - [2635: Fix date diff test](https://github.com/doctrine/dbal/pull/2635) - [2636: Fix dropping in use databases on SQL Server and Oracle](https://github.com/doctrine/dbal/pull/2636) - [2637: ORA-01002: fetch out of sequence](https://github.com/doctrine/dbal/issues/2637) - [2638: Tear down active transactions in functional test cases](https://github.com/doctrine/dbal/pull/2638) - [2639: Update Version.php](https://github.com/doctrine/dbal/pull/2639) - [2645: [DBAL-2637\ Fix closing prepared statement cursor with LOB column on Oracle](https://github.com/doctrine/dbal/pull/2645) - [2646: Fix the reuse of a statement on sqlsrv with explicit bindValue()](https://github.com/doctrine/dbal/pull/2646)
This tag has no release notes.