cycle / database

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

Fix interpolation #60

Closed roxblnfk closed 2 years ago

roxblnfk commented 2 years ago

Fix https://github.com/cycle/database/issues/57

codecov[bot] commented 2 years ago

Codecov Report

Merging #60 (703c1e8) into 2.x (2496d77) will decrease coverage by 0.19%. The diff coverage is 75.86%.

:exclamation: Current head 703c1e8 differs from pull request most recent head 391a1be. Consider uploading reports for the commit 391a1be to get more accurate results

@@             Coverage Diff              @@
##                2.x      #60      +/-   ##
============================================
- Coverage     92.69%   92.49%   -0.20%     
- Complexity     1520     1533      +13     
============================================
  Files            94       94              
  Lines          3858     3893      +35     
============================================
+ Hits           3576     3601      +25     
- Misses          282      292      +10     
Impacted Files Coverage Δ
src/Config/DatabaseConfig.php 70.58% <17.64%> (-26.64%) :arrow_down:
src/Query/Interpolator.php 100.00% <100.00%> (+10.81%) :arrow_up:

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 2496d77...391a1be. Read the comment docs.