-
-
Notifications
You must be signed in to change notification settings - Fork 43
Add upsertWithReturningPks() method
#973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #973 +/- ##
============================================
- Coverage 99.08% 99.04% -0.05%
- Complexity 1630 1640 +10
============================================
Files 99 99
Lines 4063 4086 +23
============================================
+ Hits 4026 4047 +21
- Misses 37 39 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
vjik
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need info in changelog/upgrade
Related PRs:
DMLQueryBuilder::upsertWithReturningPks()method db-sqlite#356Command::upsertWithReturningPks()method db-mysql#394DMLQueryBuilder::upsertWithReturningPks()method db-pgsql#408DMLQueryBuilder::upsertWithReturningPks()method db-mssql#361Command::insertWithReturningPks()method db-oracle#324