arthurkushman / buildsqlx

Go database query builder library for PostgreSQL
MIT License
172 stars 17 forks source link

Change errors from const strings to vars #82

Closed arthurkushman closed 2 years ago

arthurkushman commented 2 years ago

Change DropIfExists to accept n+1 tbls, Refactor check errors in tests

codecov[bot] commented 2 years ago

Codecov Report

Merging #82 (e3d3ef3) into master (9bb7037) will decrease coverage by 0.15%. The diff coverage is 86.66%.

:exclamation: Current head e3d3ef3 differs from pull request most recent head 10ec74d. Consider uploading reports for the commit 10ec74d to get more accurate results

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   86.10%   85.94%   -0.16%     
==========================================
  Files           7        7              
  Lines         914      918       +4     
==========================================
+ Hits          787      789       +2     
- Misses         89       90       +1     
- Partials       38       39       +1     
Impacted Files Coverage Δ
builder.go 87.00% <66.66%> (-0.60%) :arrow_down:
advanced.go 89.15% <100.00%> (ø)
factory.go 77.73% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.