-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix batchInsert()
with associative arrays
#242
Fix batchInsert()
with associative arrays
#242
Conversation
PR Summary
In the DMLQueryBuilder.php file, we've made some key changes to improve how we generate and execute queries. By initializing a new variable (
In the CommandProvider.php file, we introduced the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #242 +/- ##
============================================
+ Coverage 98.39% 98.45% +0.06%
- Complexity 174 185 +11
============================================
Files 16 16
Lines 561 583 +22
============================================
+ Hits 552 574 +22
Misses 9 9
☔ View full report in Codecov by Sentry. |
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.
Looks good. Need line in changelog only.
Related with yiisoft/db#769