database icon indicating copy to clipboard operation
database copied to clipboard

Integrate mysql datetime precision.

Open nisanov opened this issue 4 years ago • 1 comments

Greetings,

This incorporates mysql datetime precision.

Need help cleaning this up for other database drivers if necessary.

Not sure why formatDatetime was doing what it was doing instead of just setting the timezone on the datetime instance, the code snip was required to get the datetime precision to carry over, so please advise as necessary.

Thank you.

nisanov avatar Apr 18 '21 11:04 nisanov

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3a88162). Click here to learn what that means. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #74   +/-   ##
=========================================
  Coverage          ?   92.58%           
  Complexity        ?     1489           
=========================================
  Files             ?       67           
  Lines             ?     3844           
  Branches          ?        0           
=========================================
  Hits              ?     3559           
  Misses            ?      285           
  Partials          ?        0           
Impacted Files Coverage Δ Complexity Δ
src/Driver/MySQL/Schema/MySQLColumn.php 91.80% <83.33%> (ø) 22.00 <2.00> (?)
src/Driver/Driver.php 77.02% <100.00%> (ø) 90.00 <0.00> (?)

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 3a88162...132c3fe. Read the comment docs.

codecov[bot] avatar Apr 18 '21 11:04 codecov[bot]