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

Add a ODBC.load convenience function that attempts to auto-generate a… #281

Merged
merged 2 commits into from
May 30, 2020

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented May 30, 2020

… table and load any Tables.jl source. Fixes #222

@codecov
Copy link

codecov bot commented May 30, 2020

Codecov Report

Merging #281 into master will increase coverage by 3.39%.
The diff coverage is 86.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
+ Coverage   74.88%   78.28%   +3.39%     
==========================================
  Files           5        6       +1     
  Lines         661      746      +85     
==========================================
+ Hits          495      584      +89     
+ Misses        166      162       -4     
Impacted Files Coverage Δ
src/ODBC.jl 68.75% <ø> (ø)
src/utils.jl 79.01% <81.81%> (+3.68%) ⬆️
src/load.jl 85.71% <85.71%> (ø)
src/API.jl 67.08% <92.30%> (+1.29%) ⬆️
src/dbinterface.jl 93.90% <100.00%> (+4.94%) ⬆️

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 b1b12a6...0b8aa1f. Read the comment docs.

@quinnj quinnj merged commit c5af501 into master May 30, 2020
@quinnj quinnj deleted the jq/load branch May 30, 2020 16:27
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.

ODBC load won't work
1 participant