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

Add unique constraints over multiple columns #41

Open
henhuy opened this issue Apr 21, 2023 · 0 comments
Open

Add unique constraints over multiple columns #41

henhuy opened this issue Apr 21, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@henhuy
Copy link
Collaborator

henhuy commented Apr 21, 2023

Creating a table should include unique constraints over multiple columns.

  • throw error for user if entry is already present
  • Check if this is possible with OEDialect.
  • otherwise check while uploading data if data is already present

Example in SEDOS:

  • unique constraint check for: region, year, type, version (more?)
@henhuy henhuy added enhancement New feature or request help wanted Extra attention is needed labels Apr 21, 2023
@henhuy henhuy self-assigned this Apr 21, 2023
@henhuy henhuy removed the help wanted Extra attention is needed label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant