Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default serialize Enum Arrays to postgres arrays of strings #102

Open
nicsl0s opened this issue Feb 14, 2017 · 1 comment
Open

Default serialize Enum Arrays to postgres arrays of strings #102

nicsl0s opened this issue Feb 14, 2017 · 1 comment

Comments

@nicsl0s
Copy link

nicsl0s commented Feb 14, 2017

When I'm using your example
Juice[] favoriteJuices = []

I would like to end up in:

| favorite_juices
+---------------------------+
{ORANGE, APPLE}

Is this already configureable?

@ilopmar
Copy link
Collaborator

ilopmar commented Feb 14, 2017

Which version are you using?

I think at some point we stored the cardinal of the enums but I'm not sure when we changed that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants