Unverified Commit f1f1677c authored by Benjamin Morel's avatar Benjamin Morel Committed by Sergei Morozov

Add UPGRADE note

parent 997671bc
......@@ -9,6 +9,10 @@ The Doctrine\DBAL\Version class is no longer available: please refrain from chec
1. The support of `PDO::PARAM_*`, `PDO::FETCH_*`, `PDO::CASE_*` and `PDO::PARAM_INPUT_OUTPUT` constants in the DBAL API is removed.
2. `\Doctrine\DBAL\Driver\PDOStatement` does not extend `\PDOStatement` anymore.
## BC BREAK: the SQLLogger interface has changed
The methods are the same but use scalar type hints, return types, and non-nullable arrays.
Before:
use Doctrine\DBAL\Portability\Connection;
......
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