Use row comparison in keyset pagination
This change uses row comparison in keyset pagination when the ORDER BY columns are not nullable and the order direction is the same. Example: (created_at, id) > ('2012-09-18 01:40:01+00', 15)
Showing
Please register or sign in to comment