cycle / database

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

Adding MySQL Set support #92

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #92 (637baca) into 2.x (9913d69) will decrease coverage by 0.03%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #92      +/-   ##
============================================
- Coverage     94.22%   94.19%   -0.04%     
- Complexity     1620     1626       +6     
============================================
  Files            98       98              
  Lines          4432     4442      +10     
============================================
+ Hits           4176     4184       +8     
- Misses          256      258       +2     
Impacted Files Coverage Δ
src/Driver/MySQL/Schema/MySQLColumn.php 94.38% <100.00%> (+0.40%) :arrow_up:
src/Driver/SQLite/Schema/SQLiteColumn.php 96.42% <100.00%> (-3.58%) :arrow_down:
src/Schema/AbstractColumn.php 96.58% <100.00%> (+0.03%) :arrow_up:

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