I'm looking at sqldelight's KeyedQueryPagingSource...
# squarelibraries
a
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