Fix typo in UPGRADE

This commit is contained in:
Alexander Makarov
2021-08-09 20:36:12 +03:00
parent 2bfe51c6c7
commit 5f3b3eb96d

View File

@ -54,7 +54,7 @@ for both A and B.
Upgrade from Yii 2.0.42
-----------------------
* `yii\base\ErrorHandler` does not expose the `$_SERVER` information implicitely anymore.
* `yii\base\ErrorHandler` does not expose the `$_SERVER` information implicitly anymore.
* The methods `phpTypecast()` and `dbTypecast()` of `yii\db\ColumnSchema` will no longer convert `$value` from `int` to
`string`, if database column type is `INTEGER UNSIGNED` or `BIGINT UNSIGNED`.
* I.e. it affects update and insert queries. For example: