denisenkom / go-mssqldb

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

Implement stringer interface #746

Closed sushilkg closed 2 years ago

sushilkg commented 2 years ago

Fixes #745.

Caused by https://github.com/golang-sql/sqlexp/commit/d42ba59f5c11011b1df5abc536ee75821c22bdac.

codecov[bot] commented 2 years ago

Codecov Report

Merging #746 (e5f6e8b) into master (e538731) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #746      +/-   ##
==========================================
+ Coverage   71.29%   71.30%   +0.01%     
==========================================
  Files          24       24              
  Lines        5386     5388       +2     
==========================================
+ Hits         3840     3842       +2     
  Misses       1301     1301              
  Partials      245      245              
Impacted Files Coverage Δ
error.go 100.00% <100.00%> (ø)
token.go 64.21% <100.00%> (ø)
tds.go 65.85% <0.00%> (ø)

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 e538731...e5f6e8b. Read the comment docs.

shueybubbles commented 2 years ago

Could you port this to the microsoft fork? github.com/microsoft/go-mssqldb