File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747- Chg #414 : Rename ` DMLQueryBuilder::insertWithReturningPks() ` to ` DMLQueryBuilder::insertReturningPks() ` (@Tigrov )
4848- Enh #415 : Implement ` CaseExpressionBuilder ` class (@Tigrov )
4949- Enh #420 : Provide ` yiisoft/db-implementation ` virtual package (@vjik )
50+ - Enh #424 : Adapt to specific condition interfaces removing in ` yiisoft/db ` package (@vjik )
5051
5152## 1.3.0 March 21, 2024
5253
Original file line number Diff line number Diff line change 44
55namespace Yiisoft \Db \Pgsql \Builder ;
66
7- use Yiisoft \Db \QueryBuilder \Condition \Interface \ LikeConditionInterface ;
7+ use Yiisoft \Db \QueryBuilder \Condition \LikeCondition ;
88
99/**
10- * Build an object of {@see LikeConditionInterface } into SQL expressions for PostgreSQL Server.
10+ * Build an object of {@see LikeCondition } into SQL expressions for PostgreSQL Server.
1111 */
1212final class LikeConditionBuilder extends \Yiisoft \Db \QueryBuilder \Condition \Builder \LikeConditionBuilder
1313{
14- protected function parseOperator (LikeConditionInterface $ expression ): array
14+ protected function parseOperator (LikeCondition $ expression ): array
1515 {
1616 [$ andor , $ not , $ operator ] = parent ::parseOperator ($ expression );
1717
You can’t perform that action at this time.
0 commit comments