cycle / database

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

add Stringable implement for Fragment and ActiveQuery #52

Closed aquaminer closed 2 years ago

aquaminer commented 2 years ago

should this also be added to other classes with _toString is implemented?

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (077958b) into 2.x (11cf9d6) will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x      #52      +/-   ##
============================================
- Coverage     92.67%   92.66%   -0.02%     
+ Complexity     1526     1520       -6     
============================================
  Files            93       94       +1     
  Lines          3961     3858     -103     
============================================
- Hits           3671     3575      -96     
+ Misses          290      283       -7     
Impacted Files Coverage Δ
src/Injection/Fragment.php 94.11% <ø> (ø)
src/Query/ActiveQuery.php 93.93% <ø> (ø)
src/Driver/MySQL/Schema/MySQLTable.php 91.04% <0.00%> (-0.39%) :arrow_down:
src/Driver/SQLServer/SQLServerHandler.php 92.30% <0.00%> (-0.29%) :arrow_down:
src/Query/Interpolator.php 89.18% <0.00%> (-0.29%) :arrow_down:
src/Driver/Postgres/PostgresHandler.php 95.65% <0.00%> (-0.19%) :arrow_down:
src/Driver/Postgres/Schema/PostgresTable.php 94.56% <0.00%> (-0.18%) :arrow_down:
src/Driver/MySQL/Schema/MySQLColumn.php 92.00% <0.00%> (-0.16%) :arrow_down:
src/Schema/Reflector.php 90.14% <0.00%> (-0.14%) :arrow_down:
src/Driver/CompilerCache.php 88.48% <0.00%> (-0.09%) :arrow_down:
... and 34 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11cf9d6...077958b. Read the comment docs.