Skip to content

Can not paginate / order by nullable column #68

Description

@RichardLindhout

Column should not be nullable now since else it will add a pointer in where statement
SELECT product.* FROM product WHERE ((name, id) > (?,?)) ORDER BY name ASC, id ASC LIMIT 61;
[0xc0005a31d0 24]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions