File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 103103- Chg #985 : Rename ` insertWithReturningPks() ` to ` insertReturningPks() ` in ` CommandInterface ` and ` DMLQueryBuilderInterface ` (@Tigrov )
104104- Enh #992 : Add optional type casting to ` DataReaderInterface ` using columns (@Tigrov )
105105- New #988 : Add ` CaseExpression ` and ` CaseExpressionBuilder ` to build ` CASE-WHEN-THEN-ELSE ` SQL expressions (@Tigrov )
106- - Enh #991 : Improve types in ` ConnectionInterface::transaction() ` (@kikara )
106+ - Enh #991 : Improve types in ` ConnectionInterface::transaction() ` (@kikara )
107+ - Chg #998 : Add ` yiisoft/db-implementation ` virtual package as dependency (@vjik )
107108
108109## 1.3.0 March 21, 2024
109110
Original file line number Diff line number Diff line change 3333 "php" : " 8.1 - 8.4" ,
3434 "ext-pdo" : " *" ,
3535 "psr/log" : " ^2.0|^3.0" ,
36- "psr/simple-cache" : " ^2.0|^3.0"
36+ "psr/simple-cache" : " ^2.0|^3.0" ,
37+ "yiisoft/db-implementation" : " 1.0.0"
3738 },
3839 "require-dev" : {
3940 "maglnet/composer-require-checker" : " ^4.7.1" ,
4546 "yiisoft/aliases" : " ^3.0" ,
4647 "yiisoft/cache-file" : " ^3.2" ,
4748 "yiisoft/di" : " ^1.3" ,
49+ "yiisoft/dummy-provider" : " ^1.1" ,
4850 "yiisoft/event-dispatcher" : " ^1.1" ,
4951 "yiisoft/log" : " ^2.1" ,
5052 "yiisoft/var-dumper" : " ^1.7" ,
You can’t perform that action at this time.
0 commit comments