• Adam Hegyi's avatar
    Use row comparison in keyset pagination · 24f25f0b
    Adam Hegyi authored
    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)
    24f25f0b
order_spec.rb 17.9 KB