tediousjs / tedious

Node TDS module for connecting to SQL Server databases.
http://tediousjs.github.io/tedious/
MIT License
1.56k stars 443 forks source link

fix: date range check #1600

Closed mShan0 closed 4 months ago

mShan0 commented 4 months ago

fixes #1599

codecov[bot] commented 4 months ago

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (e30d927) 63.77% compared to head (9624741) 78.41%.

Files Patch % Lines
src/data-types/smalldatetime.ts 60.00% 3 Missing and 1 partial :warning:
src/data-types/date.ts 66.66% 1 Missing :warning:
src/data-types/datetime.ts 66.66% 1 Missing :warning:
src/data-types/datetime2.ts 66.66% 1 Missing :warning:
src/data-types/datetimeoffset.ts 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1600 +/- ## =========================================== + Coverage 63.77% 78.41% +14.64% =========================================== Files 93 93 Lines 4858 4860 +2 Branches 932 934 +2 =========================================== + Hits 3098 3811 +713 + Misses 1356 751 -605 + Partials 404 298 -106 ```

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

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 16.7.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: