Skip to content

postgresql pair function #400

@marcosh

Description

@marcosh

Sometimes in postgresql you need to pass a pair of value to a function.

The example I have in mind is something like array_agg ((foo.bar, foo.baz)) (the double parenthesis is required).

It would be nice to have a pair function with signature SqlExpr (Value a) -> SqlExpr (Value b) -> SqlExpr (Value (a, b)) to construct such 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