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

Enum constraints don't seem to work #5

Open
GeorgeSapkin opened this issue Dec 22, 2015 · 1 comment
Open

Enum constraints don't seem to work #5

GeorgeSapkin opened this issue Dec 22, 2015 · 1 comment

Comments

@GeorgeSapkin
Copy link

Having an enum constraint on a field causes Unknown constraint [ enum ] on column. Constraint defined as:

someField: {
    type: 'string',
    enum: [ 'typeA', 'typeB', 'typeC']
}
@davemackintosh
Copy link
Contributor

I'm trying to fix as much of this as possible in my fork, hopefully @tjwebb will review and merge if we poke him enough.

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

No branches or pull requests

3 participants