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.jl v2.5 #268

Merged
merged 1 commit into from
Oct 28, 2021
Merged

Support DBInterface.jl v2.5 #268

merged 1 commit into from
Oct 28, 2021

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Oct 23, 2021

DBInterface.jl now supports overloading DBInterface.transaction that
is now used in DBInterface.executemany to wrap multiple execute
calls in transactions for efficiency. This speeds up the use of
executemany on SQLite prepared statements, as reported as slow in

DBInterface.jl now supports overloading `DBInterface.transaction` that
is now used in `DBInterface.executemany` to wrap multiple `execute`
calls in transactions for efficiency. This speeds up the use of
`executemany` on SQLite prepared statements, as reported as slow in
@codecov
Copy link

codecov bot commented Oct 24, 2021

Codecov Report

Merging #268 (032d456) into master (31465d1) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   85.42%   85.46%   +0.04%     
==========================================
  Files           5        5              
  Lines         686      688       +2     
==========================================
+ Hits          586      588       +2     
  Misses        100      100              
Impacted Files Coverage Δ
src/SQLite.jl 96.38% <100.00%> (+0.02%) ⬆️
src/tables.jl 99.30% <100.00%> (ø)

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 31465d1...032d456. Read the comment docs.

@quinnj quinnj merged commit 9724a17 into master Oct 28, 2021
@quinnj quinnj deleted the jq/dbint25 branch October 28, 2021 14:20
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.

1 participant