Skip to content

fix: add constraints for github_repo_prs table #288

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

Merged
merged 1 commit into from
Apr 23, 2022

Conversation

patrickdevivo
Copy link
Contributor

this enables an "early exit" optimization which will tell the vtab library to avoid a full table scan in certain cases when a WHERE and ORDER BY clause are used

this enables an "early exit" optimization which will tell the `vtab` library to avoid a full table scan in certain cases when a WHERE and ORDER BY clause are used
@codecov
Copy link

codecov bot commented Apr 23, 2022

Codecov Report

Merging #288 (e88c189) into main (e54da56) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #288   +/-   ##
=======================================
  Coverage   71.85%   71.85%           
=======================================
  Files          56       56           
  Lines        3351     3351           
=======================================
  Hits         2408     2408           
  Misses        594      594           
  Partials      349      349           
Impacted Files Coverage Δ
extensions/internal/github/repo_prs.go 76.43% <ø> (ø)

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 e54da56...e88c189. Read the comment docs.

@patrickdevivo patrickdevivo marked this pull request as ready for review April 23, 2022 20:03
@patrickdevivo patrickdevivo merged commit 8737396 into main Apr 23, 2022
@patrickdevivo patrickdevivo deleted the add-early-exit-constraints branch April 23, 2022 20:10
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.

1 participant