pharo-rdbms / Pharo-SQLite3

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

remove unused i.v. connection from SQLite3Cursor #57

Closed vonbecmann closed 1 year ago

vonbecmann commented 2 years ago

remove unused i.v. connection. second attempt. less commits

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (4e4df99) into master (1323094) will decrease coverage by 0.79%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   78.71%   77.92%   -0.80%     
==========================================
  Files         107      106       -1     
  Lines        4444     4371      -73     
==========================================
- Hits         3498     3406      -92     
- Misses        946      965      +19     
Impacted Files Coverage Δ
src/SQLite3-Core/SQLite3Cursor.class.st 82.88% <ø> (ø)
src/SQLite3-Core/SQLite3Row.class.st 67.74% <0.00%> (-6.46%) :arrow_down:
src/SQLite3-Core/SQLite3BaseConnection.class.st 90.27% <0.00%> (-3.12%) :arrow_down:
src/SQLite3-Core/SQLite3Library.class.st 64.86% <0.00%> (-0.74%) :arrow_down:
src/SQLite3-Glorp/SQLite3Driver.class.st

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

vonbecmann commented 2 years ago

could someone run the checks again, please? thanks