Skip to content
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 #769

Merged
merged 23 commits into from
Nov 12, 2023

Add line to CHANGELOG.md

8e91e58
Select commit
Loading
Failed to load commit list.
Merged

Fix batchInsert() with associative arrays #769

Add line to CHANGELOG.md
8e91e58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2023 in 1s

99.05% (+0.00%) compared to b92cf1d

View this Pull Request on Codecov

99.05% (+0.00%) compared to b92cf1d

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b92cf1d) 99.05% compared to head (8e91e58) 99.05%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #769   +/-   ##
=========================================
  Coverage     99.05%   99.05%           
- Complexity     1270     1271    +1     
=========================================
  Files            67       67           
  Lines          3078     3080    +2     
=========================================
+ Hits           3049     3051    +2     
  Misses           29       29           
Files Coverage Δ
src/QueryBuilder/AbstractDMLQueryBuilder.php 97.48% <100.00%> (+0.03%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.