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

Add ScanAllDocs method #548

Merged
merged 2 commits into from
Jan 4, 2022
Merged

Add ScanAllDocs method #548

merged 2 commits into from
Jan 4, 2022

Conversation

flimzy
Copy link
Member

@flimzy flimzy commented Jan 4, 2022

Closes #508

@codecov
Copy link

codecov bot commented Jan 4, 2022

Codecov Report

Merging #548 (09a31f2) into master (6a6ed20) will decrease coverage by 0.28%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #548      +/-   ##
==========================================
- Coverage   91.47%   91.19%   -0.29%     
==========================================
  Files          20       20              
  Lines        1068     1102      +34     
==========================================
+ Hits          977     1005      +28     
- Misses         57       61       +4     
- Partials       34       36       +2     
Impacted Files Coverage Δ
rows.go 99.08% <100.00%> (+0.41%) ⬆️
errors.go 73.33% <0.00%> (-13.34%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a6ed20...09a31f2. Read the comment docs.

@flimzy flimzy merged commit c303455 into master Jan 4, 2022
@flimzy flimzy deleted the db.go branch January 4, 2022 16:20
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.

Consider adding a ScanAllDocs() method to the Rows type
1 participant