JuliaDatabases / ODBC.jl

An ODBC interface for the Julia programming language
https://odbc.juliadatabases.org/stable
Other
106 stars 63 forks source link

Fix SQLTimestap <-> Dates.DateTime conversion #211

Closed DanBerge closed 6 years ago

DanBerge commented 6 years ago

Fix handling for fractions of seconds for SQLTimestamp. The conversion between nanoseconds in SQLTimestamp and millisceconds in Dates.DateTime were backwards.

codecov-io commented 6 years ago

Codecov Report

Merging #211 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.