Closed DanBerge closed 6 years ago
Merging #211 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #211 +/- ##
=======================================
Coverage 92.34% 92.34%
=======================================
Files 4 4
Lines 196 196
=======================================
Hits 181 181
Misses 15 15
Impacted Files | Coverage Δ | |
---|---|---|
src/types.jl | 100% <ø> (ø) |
: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 bd4fef6...4d58fcd. Read the comment docs.
Fix handling for fractions of seconds for SQLTimestamp. The conversion between nanoseconds in SQLTimestamp and millisceconds in Dates.DateTime were backwards.