-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement "unique" constraint and other constraints? #42
Labels
Comments
roll
changed the title
Do we support
Do we support "unique" constraint and other constraints?
Sep 19, 2017
unique
constraint?
Great catch. The current version of tableshema-go is not supporting constraints. |
danielfireman
changed the title
Do we support "unique" constraint and other constraints?
Implement "unique" constraint and other constraints?
Sep 19, 2017
danielfireman
added a commit
that referenced
this issue
Sep 25, 2017
danielfireman
added a commit
that referenced
this issue
Sep 25, 2017
danielfireman
added a commit
that referenced
this issue
Sep 27, 2017
danielfireman
added a commit
that referenced
this issue
Sep 28, 2017
…rename castYear to decodeYear (consistent to the rest of the code). #42
danielfireman
added a commit
that referenced
this issue
Sep 28, 2017
Opened issues for specific implementations. It is easier to track and get contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
Unique constraint e.g. in Python when we iterating table rows - https://github.com/frictionlessdata/tableschema-py/blob/master/tableschema/table.py#L94-L104
Also to be sure we support all list of constraints:
The text was updated successfully, but these errors were encountered: