pharo-rdbms / Pharo-SQLite3

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

remove useless collect message send in SQLite3Table>>#rows. #72

Closed vonbecmann closed 1 year ago

vonbecmann commented 1 year ago

fix: #71 and add some tests.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.28% :tada:

Comparison is base (1ad6c1d) 79.02% compared to head (e4ff09c) 79.31%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #72 +/- ## ========================================== + Coverage 79.02% 79.31% +0.28% ========================================== Files 108 108 Lines 4473 4495 +22 ========================================== + Hits 3535 3565 +30 + Misses 938 930 -8 ``` | [Files Changed](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pharo-rdbms) | Coverage Δ | | |---|---|---| | [src/SQLite3-Core-Tests/SQLite3TableTest.class.st](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pharo-rdbms#diff-c3JjL1NRTGl0ZTMtQ29yZS1UZXN0cy9TUUxpdGUzVGFibGVUZXN0LmNsYXNzLnN0) | `100.00% <100.00%> (ø)` | | | [src/SQLite3-Core/SQLite3Table.class.st](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pharo-rdbms#diff-c3JjL1NRTGl0ZTMtQ29yZS9TUUxpdGUzVGFibGUuY2xhc3Muc3Q=) | `100.00% <100.00%> (+12.90%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.