Skip to content

Commit 38d4d43

Browse files
authored
Merge pull request #4165 from morozov/deprecate-wrapper-as-driver
Deprecated usage of wrapper components as implementations of driver-level interfaces
2 parents e24761c + f63be59 commit 38d4d43

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UPGRADE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade to 2.11
22

3+
## Deprecated usage of wrapper-level components as implementations of driver-level interfaces
4+
5+
The usage of the wrapper `Connection` and `Statement` classes as implementations of the `Driver\Connection` and `Driver\Statement` interfaces is deprecated.
6+
37
## Deprecations in the wrapper `Connection` class
48

59
1. The `executeUpdate()` method has been deprecated in favor of `executeStatement()`.
@@ -8,7 +12,7 @@
812

913
## PDO-related classes outside of the PDO namespace are deprecated
1014

11-
The following outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
15+
The following PDO-related classes outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
1216

1317
- `PDOMySql\Driver``PDO\MySQL\Driver`
1418
- `PDOOracle\Driver``PDO\OCI\Driver`

0 commit comments

Comments
 (0)