fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Named columns refactor #73

Closed jairinhohw closed 4 years ago

jairinhohw commented 4 years ago

Simplifications to the api to allow users to easily match the value property of the Column struct when using named columns

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 288517771


Changes Missing Coverage Covered Lines Changed/Added Lines %
rsfbclient-core/src/error.rs 0 1 0.0%
rsfbclient-core/src/params.rs 11 12 91.67%
rsfbclient-native/src/params.rs 8 9 88.89%
rsfbclient-rust/src/wire.rs 10 15 66.67%
rsfbclient-core/src/date_time.rs 10 16 62.5%
rsfbclient-core/src/row.rs 9 19 47.37%
<!-- Total: 71 95 74.74% -->
Totals Coverage Status
Change from base Build 273897317: -0.2%
Covered Lines: 2193
Relevant Lines: 2832

💛 - Coveralls