JuliaDatabases / SQLite.jl

A Julia interface to the SQLite library
https://juliadatabases.org/SQLite.jl/stable
Other
224 stars 78 forks source link

Ensure table row doesn't get GCed when inserting via load #307

Closed quinnj closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #307 (871b059) into master (f48f526) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   94.64%   94.64%           
=======================================
  Files           4        4           
  Lines         560      560           
=======================================
  Hits          530      530           
  Misses         30       30           
Impacted Files Coverage Δ
src/tables.jl 99.34% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

bkamins commented 1 year ago

Fixes https://github.com/JuliaDatabases/SQLite.jl/issues/306