Skip to content

Feature request: Support PG "Row Constructor Comparison" for cursor based pagination #4510

Description

@tjenkinson

Is your feature request related to a problem? Please describe.
Would be great to support row constructor comparison in order to be able to do cursor based pagination in a cleaner way.

Docs here: https://www.postgresql.org/docs/current/functions-comparisons.html#ROW-WISE-COMPARISON

Describe the solution you'd like
WHERE (id, title) > ('a', 'a') should be supported.

Additional context
It's still possible to achieve cursor pagination with a more complex where, but supporting this feature would simplify things a lot.

On version 1.6.9

Image Image

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions