Skip to content

Postgres enum support #680

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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