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

Implement "unique" constraint and other constraints? #42

Closed
1 of 7 tasks
roll opened this issue Sep 19, 2017 · 2 comments
Closed
1 of 7 tasks

Implement "unique" constraint and other constraints? #42

roll opened this issue Sep 19, 2017 · 2 comments
Assignees
Labels

Comments

@roll
Copy link
Member

roll commented Sep 19, 2017

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:

  • required
  • unique
  • minLength
  • maxLength
  • minimum
  • maximum
  • enum
@roll roll added the question label Sep 19, 2017
@roll roll changed the title Do we support unique constraint? Do we support "unique" constraint and other constraints? Sep 19, 2017
@danielfireman
Copy link
Collaborator

Great catch. The current version of tableshema-go is not supporting constraints.

@danielfireman danielfireman changed the title Do we support "unique" constraint and other constraints? Implement "unique" constraint and other constraints? Sep 19, 2017
@danielfireman danielfireman self-assigned this Sep 19, 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
Copy link
Collaborator

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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants