cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

Fix inserting an array of rowsets without calling the columns method #120

Closed msmakouz closed 1 year ago

msmakouz commented 1 year ago

Fix for #112

codecov[bot] commented 1 year ago

Codecov Report

Merging #120 (614dac2) into 2.x (cf6109a) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x     #120      +/-   ##
============================================
+ Coverage     94.57%   94.66%   +0.09%     
- Complexity     1655     1660       +5     
============================================
  Files            96       96              
  Lines          4480     4484       +4     
============================================
+ Hits           4237     4245       +8     
+ Misses          243      239       -4     
Impacted Files Coverage Δ
src/Query/InsertQuery.php 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes