cycle / database

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

Fix transaction level on reconnection #76

Closed roxblnfk closed 1 year ago

roxblnfk commented 1 year ago

Fix #74 Also added \Cycle\Database\Driver\PdoInterface

codecov[bot] commented 1 year ago

Codecov Report

Merging #76 (e6c5c29) into 2.x (fa07de8) will increase coverage by 0.28%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #76      +/-   ##
============================================
+ Coverage     92.79%   93.07%   +0.28%     
  Complexity     1537     1537              
============================================
  Files            94       94              
  Lines          3899     3901       +2     
============================================
+ Hits           3618     3631      +13     
+ Misses          281      270      -11     
Impacted Files Coverage Δ
src/Driver/Driver.php 88.31% <100.00%> (+2.87%) :arrow_up:
src/Driver/Postgres/PostgresDriver.php 92.04% <100.00%> (+6.98%) :arrow_up:
src/Driver/MySQL/MySQLDriver.php 95.65% <0.00%> (-4.35%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.