Skip to content

Does not work with examples like orderBy('profile.id') #2

@booboothefool

Description

@booboothefool

Hi, so what is happening with me is

fetch 1 (ok)

.orderBy('id') => keyset { first: 3, last: 6 }

fetch 2 (fail)
error: column reference "id" is ambiguous"

(so it can't get the 2nd page)


fetch 1 (fail)

.orderBy('profile.id') => keyset {}

(if I try to define it, keyset returns empty)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions