Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl Debug for Row #1238

Merged
merged 3 commits into from
Nov 11, 2022
Merged

Impl Debug for Row #1238

merged 3 commits into from
Nov 11, 2022

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Oct 9, 2022

Fix #572
Fix initial PR #606:

  • no panic
  • ValueRef
  • specific BLOB case: print only its size

@gwenn gwenn requested a review from thomcc October 9, 2022 09:48
@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Base: 66.00% // Head: 65.60% // Decreases project coverage by -0.40% ⚠️

Coverage data is based on head (70ebb7f) compared to base (cc2c290).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1238      +/-   ##
==========================================
- Coverage   66.00%   65.60%   -0.41%     
==========================================
  Files          45       45              
  Lines        3759     3782      +23     
==========================================
  Hits         2481     2481              
- Misses       1278     1301      +23     
Impacted Files Coverage Δ
src/row.rs 66.36% <0.00%> (-17.55%) ⬇️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@gwenn gwenn merged commit d542b23 into rusqlite:master Nov 11, 2022
@gwenn gwenn deleted the debug_row branch November 11, 2022 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Addition of debug formatting support to rusqlite types
1 participant