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 525868b commit 502d9f0Copy full SHA for 502d9f0
CHANGELOG.md
@@ -44,6 +44,7 @@
44
- Enh #356, #357: Refactor `Command::insertWithReturningPks()` and `DMLQueryBuilder::upsert()` methods (@Tigrov)
45
- Enh #360, #361: Implement `DMLQueryBuilder::insertReturningPks()` method (@Tigrov)
46
- Chg #362: Replace column and table name quote character from ` to " (@Tigrov)
47
+- Enh #368: Provide `yiisoft/db-implementation` virtual package (@vjik)
48
49
## 1.2.0 March 21, 2024
50
composer.json
@@ -47,6 +47,9 @@
"yiisoft/cache-file": "^3.2",
"yiisoft/var-dumper": "^1.7"
},
+ "provide": {
51
+ "yiisoft/db-implementation": "1.0.0"
52
+ },
53
"autoload": {
54
"psr-4": {
55
"Yiisoft\\Db\\Sqlite\\": "src"
0 commit comments