pharo-rdbms / Pharo-SQLite3

Community-owned official SQLite3 binding for Pharo
MIT License
22 stars 20 forks source link

Use sqlite3_close_v2() to close connections to the library #52

Closed gcorriga closed 2 years ago

gcorriga commented 2 years ago

Use sqlite3_close_v2() to close connections to the SQLite3 library.

The documentation in https://www.sqlite.org/c3ref/close.html states that sqlite3_close_v2() "is intended for use with host languages that are garbage collected".

codecov[bot] commented 2 years ago

Codecov Report

Merging #52 (02532db) into master (1f11171) will not change coverage. The diff coverage is 33.33%.

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files         107      107           
  Lines        4415     4415           
=======================================
  Hits         3474     3474           
  Misses        941      941           
Impacted Files Coverage Δ
src/SQLite3-Core/SQLite3Library.class.st 66.12% <0.00%> (ø)
...QLite3-Core/SQLite3DatabaseExternalObject.class.st 100.00% <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 1f11171...02532db. Read the comment docs.