georgysavva / scany

Library for scanning data from a database into Go structs and more
MIT License
1.27k stars 67 forks source link

Allow commas in db tag #37

Closed krazik-intuit closed 3 years ago

krazik-intuit commented 3 years ago

for issue #34

codecov[bot] commented 3 years ago

Codecov Report

Merging #37 (1c04a97) into master (e037f94) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   95.10%   95.14%   +0.04%     
==========================================
  Files           4        4              
  Lines         245      247       +2     
==========================================
+ Hits          233      235       +2     
  Misses          6        6              
  Partials        6        6              
henvic commented 3 years ago

Hey @georgysavva, I just ran into this issue too.

I'd really appreciate it if you could release a new version with this fix!

Thanks for everything!

georgysavva commented 3 years ago

Hey @georgysavva, I just ran into this issue too.

I'd really appreciate it if you could release a new version with this fix!

Thanks for everything!

@henvic scany v0.2.9 has been released, enjoy!