Skip to content

Postgres enum support #680

@reidrac

Description

@reidrac

I'm trying to use a Postgres enum type and It get the following error:

ERROR: UNION types text and my_enum_type cannot be matched

The implicit Meta[MyEnumType] is defined with pgEnumString("my_enum_type", MyEnumType.fromString, _.value) and all the wiring seems to be fine.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions