denisenkom / go-mssqldb

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

bulkcopy: allow int64 to varchar and nvarchar #674

Closed xhit closed 3 years ago

xhit commented 3 years ago

Allow insert from int64 to varchar and nvarchar in bulkcopy

codecov[bot] commented 3 years ago

Codecov Report

Merging #674 (a6349a0) into master (3516239) will decrease coverage by 2.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #674      +/-   ##
==========================================
- Coverage   72.28%   70.19%   -2.09%     
==========================================
  Files          24       23       -1     
  Lines        5469     5150     -319     
==========================================
- Hits         3953     3615     -338     
- Misses       1291     1308      +17     
- Partials      225      227       +2     
Impacted Files Coverage Δ
bulkcopy.go 57.20% <100.00%> (-0.13%) :arrow_down:
tds.go 65.76% <0.00%> (-1.07%) :arrow_down:
mssql.go 87.17% <0.00%> (-0.25%) :arrow_down:
conn_str.go
accesstokenconnector.go 78.57% <0.00%> (+1.64%) :arrow_up:
fedauth.go 71.42% <0.00%> (+19.42%) :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 3516239...a6349a0. Read the comment docs.