You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
, andALTER 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.The text was updated successfully, but these errors were encountered: