Skip to content

Commit

Permalink
Update UPGRADE.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Apr 6, 2024
1 parent 5d38ffe commit 9f3b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Changes summary:

## 1.x to 2.0
* `$columns` parameter of `Query::select()` and `Query::addSelect()` methods can also accept scalar values of `bool`,
`float` or `int` types or array of scalar values. For example, `$query->select(1)` will be converted to `SELECT 1`.
`float` or `int` types or array with scalar values. For example, `$query->select(1)` will be converted to `SELECT 1`.

## Yii2 to 1.0
* `Yiisoft\Db\Connection::$charset` has been removed. All supported PDO classes allow you to specify the connection
Expand Down

0 comments on commit 9f3b878

Please sign in to comment.