Unverified Commit 38d4d434 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #4165 from morozov/deprecate-wrapper-as-driver

Deprecated usage of wrapper components as implementations of driver-level interfaces
parents e24761cf f63be598
# Upgrade to 2.11 # Upgrade to 2.11
## Deprecated usage of wrapper-level components as implementations of driver-level interfaces
The usage of the wrapper `Connection` and `Statement` classes as implementations of the `Driver\Connection` and `Driver\Statement` interfaces is deprecated.
## Deprecations in the wrapper `Connection` class ## Deprecations in the wrapper `Connection` class
1. The `executeUpdate()` method has been deprecated in favor of `executeStatement()`. 1. The `executeUpdate()` method has been deprecated in favor of `executeStatement()`.
...@@ -8,7 +12,7 @@ ...@@ -8,7 +12,7 @@
## PDO-related classes outside of the PDO namespace are deprecated ## PDO-related classes outside of the PDO namespace are deprecated
The following outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace: The following PDO-related classes outside of the PDO namespace have been deprecated in favor of their counterparts in the PDO namespace:
- `PDOMySql\Driver``PDO\MySQL\Driver` - `PDOMySql\Driver``PDO\MySQL\Driver`
- `PDOOracle\Driver``PDO\OCI\Driver` - `PDOOracle\Driver``PDO\OCI\Driver`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment