pharo-rdbms / Pharo-SQLite3

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

use SQLite3Row>>#asDictionary in SQLite3Database>>#tables #92

Closed vonbecmann closed 1 year ago

vonbecmann commented 1 year ago

fix: #91 remove code duplication

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.43% :warning:

Comparison is base (a846e07) 80.19% compared to head (1d306c4) 79.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #92 +/- ## ========================================== - Coverage 80.19% 79.76% -0.43% ========================================== Files 108 108 Lines 4397 4388 -9 ========================================== - Hits 3526 3500 -26 - Misses 871 888 +17 ``` | [Files Changed](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/92?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/SQLite3Database.class.st](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/92?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pharo-rdbms#diff-c3JjL1NRTGl0ZTMtQ29yZS9TUUxpdGUzRGF0YWJhc2UuY2xhc3Muc3Q=) | `59.15% <100.00%> (-4.60%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/pharo-rdbms/Pharo-SQLite3/pull/92/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pharo-rdbms)

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