We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yiisoft/db-implementation
1 parent f83421e commit 3a17c30Copy full SHA for 3a17c30
CHANGELOG.md
@@ -45,6 +45,7 @@
45
- Enh #394, #395: Refactor `Command::insertWithReturningPks()` method (@Tigrov)
46
- Chg #399: Rename `insertWithReturningPks()` to `insertReturningPks()` in `Command` and `DMLQueryBuilder` classes (@Tigrov)
47
- Enh #403: Refactor `DMLQueryBuilder::upsert()`, allow use `EXCLUDED` table alias to access inserted values (@Tigrov)
48
+- Enh #405: Provide `yiisoft/db-implementation` virtual package (@vjik)
49
50
## 1.2.0 March 21, 2024
51
composer.json
@@ -50,6 +50,9 @@
"yiisoft/cache-file": "^3.2",
"yiisoft/var-dumper": "^1.7"
52
},
53
+ "provide": {
54
+ "yiisoft/db-implementation": "1.0.0"
55
+ },
56
"autoload": {
57
"psr-4": {
58
"Yiisoft\\Db\\Mysql\\": "src"
0 commit comments