Skip to content

Fix #255 #256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Fix #255 #256

wants to merge 1 commit into from

Conversation

Diggs
Copy link

@Diggs Diggs commented Mar 23, 2021

Fixes #255 using the same solution adopted in the Go std lib (see golang/go#8415)

@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #256 (e7150e3) into master (71f3e01) will decrease coverage by 0.08%.
The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #256      +/-   ##
==========================================
- Coverage   96.69%   96.61%   -0.09%     
==========================================
  Files          60       60              
  Lines        3302     3307       +5     
==========================================
+ Hits         3193     3195       +2     
- Misses         94       96       +2     
- Partials       15       16       +1     
Impacted Files Coverage Δ
sqlgen/expression_sql_generator.go 99.26% <40.00%> (-0.74%) ⬇️

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 71f3e01...e7150e3. Read the comment docs.

@doug-martin
Copy link
Owner

@Diggs thank you for the PR! If you add a test I'll merge and release.

Thanks again!

@benzolium benzolium mentioned this pull request May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic on nil-value that implements driver.Valuer interface
2 participants