Skip to content

Commit

Permalink
Apply suggestions from code review [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <[email protected]>
  • Loading branch information
Tigrov and samdark authored Apr 9, 2024
1 parent 3c3f944 commit 6dd4791
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ All the "Yes, it is" cool stuff, and Yii soul is still in place.
Changes summary:

## 1.x to 2.0

* `Expression::$params` can contain non-unique placeholder names, they will be replaced with unique names.
* `Expression::$params` can contain `Expression` instances, they will be built when building a query using `QueryBuilder`.

## Yii2 to 1.0

* `Yiisoft\Db\Connection::$charset` has been removed. All supported PDO classes allow you to specify the connection
charset in the DSN.
2 changes: 1 addition & 1 deletion src/Expression/AbstractExpressionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* It's used to build expressions for use in database queries.
*
* It provides a methods {@see build()} for creating various types of expressions, such as conditions, joins, and
* It provides a {@see build()} method for creating various types of expressions, such as conditions, joins, and
* ordering clauses.
*
* These expressions can be used with the query builder to build complex and customizable database queries
Expand Down

0 comments on commit 6dd4791

Please sign in to comment.