1. 08 Jul, 2021 1 commit
    • 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
  2. 06 Jul, 2021 39 commits