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

Support DBInterface.execute(f, stmt) method #226

Merged
merged 2 commits into from
Jan 27, 2021

Conversation

alyst
Copy link
Contributor

@alyst alyst commented Jan 26, 2021

The PR implements adds DBInterface.close!(::Query) required by DBInterface.execute(f, stmt) introduced in JuliaDatabases/DBInterface.jl#35 and adds tests to make sure that DBIntreface.execute(f, ...) methods work.

called by DBInterface.execute(f, stmt)
@alyst
Copy link
Contributor Author

alyst commented Jan 26, 2021

The DBInterface requirements would have to be bumped to the next version (2.4?) for these tests to pass.

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #226 (28acf73) into master (d4d5416) will increase coverage by 0.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   82.52%   82.61%   +0.09%     
==========================================
  Files           5        5              
  Lines         578      581       +3     
==========================================
+ Hits          477      480       +3     
  Misses        101      101              
Impacted Files Coverage Δ
src/tables.jl 99.07% <100.00%> (+0.02%) ⬆️

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 d4d5416...28acf73. Read the comment docs.

@alyst alyst closed this Jan 26, 2021
@alyst alyst reopened this Jan 26, 2021
@alyst
Copy link
Contributor Author

alyst commented Jan 26, 2021

Dunno why documentation check is failing (for some reason it cannot find DBInterface.jl v2.4.0)

@alyst alyst closed this Jan 26, 2021
@alyst alyst reopened this Jan 26, 2021
@alyst alyst closed this Jan 27, 2021
@alyst alyst reopened this Jan 27, 2021
@alyst
Copy link
Contributor Author

alyst commented Jan 27, 2021

@quinnj now the CI looks good for this PR

@quinnj quinnj merged commit 02e35b4 into JuliaDatabases:master Jan 27, 2021
@alyst alyst deleted the exec_f_stmt branch February 1, 2021 17:46
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.

2 participants