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 string #86

Closed msmakouz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #86 (041ebd2) into 2.x (1d7bfe3) will increase coverage by 0.03%. The diff coverage is 98.24%.

:exclamation: Current head 041ebd2 differs from pull request most recent head c9e87d9. Consider uploading reports for the commit c9e87d9 to get more accurate results

@@             Coverage Diff              @@
##                2.x      #86      +/-   ##
============================================
+ Coverage     94.27%   94.31%   +0.03%     
- Complexity     1562     1585      +23     
============================================
  Files            93       93              
  Lines          3914     3955      +41     
============================================
+ Hits           3690     3730      +40     
- Misses          224      225       +1     
Impacted Files Coverage Δ
src/Config/DriverConfig.php 100.00% <ø> (ø)
src/Config/MySQLDriverConfig.php 100.00% <ø> (ø)
src/Config/PostgresDriverConfig.php 100.00% <ø> (ø)
src/Config/SQLServerDriverConfig.php 100.00% <ø> (ø)
src/Config/SQLiteDriverConfig.php 100.00% <ø> (ø)
src/Schema/AbstractTable.php 93.50% <ø> (ø)
src/Driver/Driver.php 88.07% <87.50%> (-0.19%) :arrow_down:
src/Driver/Postgres/Schema/PostgresColumn.php 93.20% <100.00%> (+1.18%) :arrow_up:
src/Driver/SQLServer/SQLServerDriver.php 91.83% <100.00%> (ø)
src/Driver/SQLServer/Schema/SQLServerColumn.php 95.00% <100.00%> (+0.26%) :arrow_up:
... and 2 more

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

msmakouz commented 1 year ago

Closed PR from the fork. The code has been moved to a separate branch in the repository cycle/database.

roxblnfk commented 1 year ago

See https://github.com/cycle/database/pull/89