Skip to content

Commit 8ed810f

Browse files
Majkl578morozov
authored andcommitted
Drop PDO DB2 driver
1 parent d18bd3d commit 8ed810f

File tree

3 files changed

+8
-85
lines changed

3 files changed

+8
-85
lines changed

UPGRADE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upgrade to 3.0 (DEVELOP)
22

3+
## BC BREAK: Removed PDO DB2 driver
4+
5+
This PDO-based IBM DB2 driver (built on top of pdo_ibm extension) has already been unsupported as of 2.5, it has now been now removed.
6+
7+
The following class has been removed:
8+
9+
* `Doctrine\DBAL\Driver\PDOIbm\Driver`
10+
311
## BC BREAK: Removed support for SQL Anywhere 12 and older
412

513
DBAL now requires SQL Anywhere 16 or newer, support for unmaintained versions has been dropped.

lib/Doctrine/DBAL/Driver/PDOIbm/Driver.php

Lines changed: 0 additions & 66 deletions
This file was deleted.

tests/Doctrine/Tests/DBAL/Driver/PDOIbm/DriverTest.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)