Skip to content

Testing of refcursor #366

Description

@floratmin

I am trying to test a refcursor with multiple unsorted rows. Is there a way to test results_eq without ordering? Or is there a way to order the refcursor after FETCH ALL?

I can get the result with:

SELECT results_eq($$ FETCH ALL FROM ref_cursor $$, $$ VALUES (...), (...) $$);

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