-
-
Notifications
You must be signed in to change notification settings - Fork 38
Fix #888 issue #948
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
base: master
Are you sure you want to change the base?
Fix #888 issue #948
Conversation
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #948 +/- ##
============================================
- Coverage 99.24% 99.18% -0.07%
- Complexity 1554 1571 +17
============================================
Files 98 100 +2
Lines 3852 3913 +61
============================================
+ Hits 3823 3881 +58
- Misses 29 32 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
final class BatchCommand | ||
{ | ||
/** | ||
* @param CommandInterface[] $commands Query statements for execution |
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.
* @param CommandInterface[] $commands Query statements for execution | |
* @param CommandInterface[] $commands Query statements for execution. |
@@ -521,6 +526,11 @@ public function upsert( | |||
return $this->setSql($sql)->bindValues($params); | |||
} | |||
|
|||
/** | |||
* @return ConnectionInterface The query builder instance. |
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.
* @return ConnectionInterface The query builder instance. | |
* @return ConnectionInterface The connection instance. |
Relative PRs: