Skip to content
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

Fix panic when hyphen-table #126

Merged
merged 4 commits into from
Jul 8, 2019
Merged

Fix panic when hyphen-table #126

merged 4 commits into from
Jul 8, 2019

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Jul 8, 2019

Fix #125

@k1LoW k1LoW added the bug Something isn't working label Jul 8, 2019
@k1LoW k1LoW self-assigned this Jul 8, 2019
@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #126 into master will decrease coverage by 1.22%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #126      +/-   ##
==========================================
- Coverage   72.27%   71.04%   -1.23%     
==========================================
  Files          12       12              
  Lines        2525     2525              
==========================================
- Hits         1825     1794      -31     
- Misses        534      571      +37     
+ Partials      166      160       -6
Impacted Files Coverage Δ
drivers/sqlite/sqlite.go 87.96% <100%> (ø) ⬆️
drivers/mysql/mysql.go 82.79% <100%> (ø) ⬆️
datasource/datasource.go 28.81% <0%> (-26.28%) ⬇️

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 c9508bf...aa0e687. Read the comment docs.

@k1LoW k1LoW merged commit 1160e2d into master Jul 8, 2019
@k1LoW k1LoW deleted the hyphen-table-name branch July 8, 2019 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime error: invalid memory address or nil pointer dereference
1 participant