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

Import constraints from SQL files #46

Closed
sekruse opened this issue Jun 26, 2017 · 0 comments
Closed

Import constraints from SQL files #46

sekruse opened this issue Jun 26, 2017 · 0 comments
Assignees

Comments

@sekruse
Copy link
Contributor

sekruse commented Jun 26, 2017

This issue is basically a modified version of #32, only that these constraint types should be loaded from a SQL file rather than a RDBMS. Particular care should be taken, that constraints can be defined with different SQL constructs, e.g., in CREATE TABLE, CONSTRAINT, ALTER TABLE ALTER COLUMN, and ALTER TABLE ADD CONSTRAINT (and maybe some more). Some research will be required to determine the relevant constructs there.

CHECK constraints with user-defines predicates are out of scope of this issue.

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