cycle / database

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

Config recovering mechanism #83

Closed wakebit closed 1 year ago

wakebit commented 1 year ago

Described there #78.

codecov[bot] commented 1 year ago

Codecov Report

Merging #83 (a21a6e3) into 2.x (d27db58) will increase coverage by 1.12%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #83      +/-   ##
============================================
+ Coverage     93.15%   94.27%   +1.12%     
- Complexity     1537     1562      +25     
============================================
  Files            94       93       -1     
  Lines          3901     3914      +13     
============================================
+ Hits           3634     3690      +56     
+ Misses          267      224      -43     
Impacted Files Coverage Δ
src/Config/ConnectionConfig.php 59.09% <100.00%> (+23.37%) :arrow_up:
src/Config/DriverConfig.php 100.00% <100.00%> (ø)
src/Driver/SQLite/Schema/SQLiteColumn.php 100.00% <100.00%> (+2.04%) :arrow_up:
src/Driver/SQLite/SQLiteHandler.php 89.47% <0.00%> (-7.67%) :arrow_down:
src/Driver/Postgres/Schema/PostgresTable.php 94.25% <0.00%> (-0.32%) :arrow_down:
src/Driver/SQLServer/SQLServerHandler.php 92.15% <0.00%> (-0.16%) :arrow_down:
src/Driver/Postgres/PostgresDriver.php 93.10% <0.00%> (-0.08%) :arrow_down:
src/Query/Traits/TokenTrait.php 93.26% <0.00%> (-0.07%) :arrow_down:
src/Driver/Driver.php 88.26% <0.00%> (-0.06%) :arrow_down:
src/Driver/SQLServer/Schema/SQLServerColumn.php 94.73% <0.00%> (-0.04%) :arrow_down:
... and 15 more

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