- Notifications
You must be signed in to change notification settings - Fork928
Stevenmasley/paged users#1057
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Currently "before" does not work- Filters not added yet
codecovbot commentedApr 18, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1057 +/- ##==========================================- Coverage 66.77% 61.56% -5.22%========================================== Files 241 107 -134 Lines 14668 1137 -13531 Branches 115 115 ==========================================- Hits 9795 700 -9095+ Misses 3882 412 -3470+ Partials 991 25 -966
Continue to review full report at Codecov.
|
Does it conflict with this PR#1028? |
It does yes. We should pop in a call and discuss. |
Sorry, I put the PR in an "auto-merge" mode before lunch 🤦. But please, let me know if you need any help to solve the conflicts. |
I talked with@BrunoQuaresma about this and will be closing this PR. This PR implements cursor based pagination. Offset pagination is vastly simpler and will be sufficient for the UI. The downside of offset of pagination happens with live data. I can circumvent this by adding a |
Uh oh!
There was an error while loading.Please reload this page.
What this does
Introduces a method to return paginated data using sqlc
SQL linter brekas on sqlc syntax