Skip to content

Commit af1cee1

Browse files
morozovMajkl578
authored andcommitted
[DBAL-3079] Updated upgrade documentation
1 parent 5d7df54 commit af1cee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UPGRADE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ The Doctrine\DBAL\Version class is no longer available: please refrain from chec
6161
## BC BREAK: the PDO symbols are no longer part of the DBAL API
6262

6363
1. The support of `PDO::PARAM_*`, `PDO::FETCH_*`, `PDO::CASE_*` and `PDO::PARAM_INPUT_OUTPUT` constants in the DBAL API is removed.
64-
2. `\Doctrine\DBAL\Driver\PDOStatement` does not extend `\PDOStatement` anymore.
64+
2. `\Doctrine\DBAL\Driver\PDOConnection` does not extend `\PDO` anymore. Please use `\Doctrine\DBAL\Driver\PDOConnection::getWrappedConnection()` to access the underlying `PDO` object.
65+
3. `\Doctrine\DBAL\Driver\PDOStatement` does not extend `\PDOStatement` anymore.
6566

6667
Before:
6768

0 commit comments

Comments
 (0)