ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

DB - Prevent paging beyond end of results #692

Open dvstans opened 3 years ago

dvstans commented 3 years ago

All DB methods that support paging should check for offsets that are beyond the end of results. If this is detected, the results should be recalculated to return the last full page of results.