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 7731d6b commit 5a4c679Copy full SHA for 5a4c679
CHANGELOG.md
@@ -51,6 +51,7 @@
51
- Chg #326: Add alias in `DQLQueryBuilder::selectExists()` method for consistency with other DBMS (@Tigrov)
52
- Enh #327: Refactor constraints (@Tigrov)
53
- Chg #330: Rename `insertWithReturningPks()` to `insertReturningPks()` in `Command` and `DMLQueryBuilder` classes (@Tigrov)
54
+- Enh #336: Provide `yiisoft/db-implementation` virtual package (@vjik)
55
56
## 1.3.0 March 21, 2024
57
composer.json
@@ -46,6 +46,9 @@
46
"yiisoft/cache-file": "^3.2",
47
"yiisoft/var-dumper": "^1.7"
48
},
49
+ "provide": {
50
+ "yiisoft/db-implementation": "1.0.0"
+ },
"autoload": {
"psr-4": {
"Yiisoft\\Db\\Oracle\\": "src"
0 commit comments