cycle / database

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

Adding the ability to store microseconds in datetime #91

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #91 (0e8babd) into 2.x (1d7bfe3) will increase coverage by 0.19%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #91      +/-   ##
============================================
+ Coverage     94.27%   94.46%   +0.19%     
- Complexity     1562     1588      +26     
============================================
  Files            93       96       +3     
  Lines          3914     4356     +442     
============================================
+ Hits           3690     4115     +425     
- Misses          224      241      +17     
Impacted Files Coverage Δ
src/Config/ConnectionConfig.php 35.71% <ø> (-23.38%) :arrow_down:
src/Schema/AbstractTable.php 96.23% <ø> (+2.72%) :arrow_up:
src/Config/DriverConfig.php 100.00% <100.00%> (ø)
src/Config/MySQLDriverConfig.php 100.00% <100.00%> (ø)
src/Config/PostgresDriverConfig.php 100.00% <100.00%> (ø)
src/Config/SQLServerDriverConfig.php 100.00% <100.00%> (ø)
src/Config/SQLiteDriverConfig.php 100.00% <100.00%> (ø)
src/Config/StateTrait.php 100.00% <100.00%> (ø)
src/Driver/Driver.php 91.98% <100.00%> (+3.72%) :arrow_up:
src/Driver/Postgres/Schema/PostgresColumn.php 93.02% <100.00%> (+0.99%) :arrow_up:
... and 60 more

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