Join Slack
Powered by
I'm looking at sqldelight's KeyedQueryPagingSource...
# squarelibraries
a
andev
08/12/2023, 11:56 AM
I'm looking at sqldelight's KeyedQueryPagingSource, have anyone tried it out? Just from the looks of it, the implementation doesn't seem right. It assumes that tables are never empty, and that page boundaries would always be there.
https://github.com/cashapp/sqldelight/blob/master/extensions/androidx-paging3/src/commonMain/kotlin/app/cash/sqldelight/paging3/KeyedQueryPagingSource.kt#L55-L62
3
Views
Open in Slack
Previous
Next