microsoft / go-mssqldb

Microsoft SQL server driver written in go language
BSD 3-Clause "New" or "Revised" License
283 stars 63 forks source link

Fix: handle sql.NullTime parameters #195

Closed shueybubbles closed 4 months ago

shueybubbles commented 4 months ago

Fixes regression introduced by #179. Fixes #194

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 91.42857% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 74.71%. Comparing base (ada30cb) to head (fea1bfc).

Files Patch % Lines
mssql.go 91.42% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ========================================== + Coverage 74.53% 74.71% +0.18% ========================================== Files 32 32 Lines 6333 6368 +35 ========================================== + Hits 4720 4758 +38 + Misses 1329 1327 -2 + Partials 284 283 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.