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

v9.2.0 #168

Merged
merged 2 commits into from
Sep 23, 2019
Merged

v9.2.0 #168

merged 2 commits into from
Sep 23, 2019

Conversation

doug-martin
Copy link
Owner

A Scanner that is modeled after sql.Rows Next and Scan. This can be
used when scanning one item at a time for better memory efficiency on
large result sets.
@codecov
Copy link

codecov bot commented Sep 23, 2019

Codecov Report

Merging #168 into master will increase coverage by 0.2%.
The diff coverage is 95.45%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #168     +/-   ##
=========================================
+ Coverage   93.88%   94.09%   +0.2%     
=========================================
  Files          56       56             
  Lines        3878     3876      -2     
=========================================
+ Hits         3641     3647      +6     
+ Misses        218      214      -4     
+ Partials       19       15      -4
Impacted Files Coverage Δ
internal/util/reflect.go 100% <100%> (ø) ⬆️
exp/col.go 86.66% <100%> (ø) ⬆️
exec/query_executor.go 98.05% <100%> (+0.55%) ⬆️
exec/scanner.go 90.24% <87.87%> (+10.24%) ⬆️

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 6c34fb4...9bf9a37. Read the comment docs.

qes.NoError(err)

e := newQueryExecutor(db, nil, `SELECT * FROM "items"`)
sql, args, err := e.ToSQL()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

importShadow: shadow of imported from 'database/sql' package 'sql' (from gocritic)

@doug-martin doug-martin force-pushed the v9.2.0-rc branch 2 times, most recently from 7585896 to 102816b Compare September 23, 2019 15:37
* [ADDED] exec.Scanner: New exposed scanner supports iterative scanning #157 - @akarl
@doug-martin doug-martin merged commit c485935 into master Sep 23, 2019
@doug-martin doug-martin deleted the v9.2.0-rc branch October 16, 2021 21:24
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.

3 participants