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

Run chunked get operations for SQLite when number of items exceeds max SQLite variable size #87

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

JWCook
Copy link
Contributor

@JWCook JWCook commented Dec 29, 2022

Fixes #83; finishes PR #84

@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Base: 98.17% // Head: 98.24% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (4678393) compared to base (0dfc343).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   98.17%   98.24%   +0.06%     
==========================================
  Files           7        8       +1     
  Lines         384      399      +15     
  Branches       34       36       +2     
==========================================
+ Hits          377      392      +15     
  Misses          4        4              
  Partials        3        3              
Impacted Files Coverage Δ
pyrate_limiter/sqlite_bucket.py 100.00% <100.00%> (ø)
pyrate_limiter/__init__.py 100.00% <0.00%> (ø)

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.

@JWCook JWCook mentioned this pull request Dec 29, 2022
@vutran1710 vutran1710 merged commit 103252c into vutran1710:master Jan 4, 2023
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.

Sqlite Limitation
3 participants