-
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
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)