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

sql: support FOREIGN KEY constraints #2968

Closed
petermattis opened this issue Oct 30, 2015 · 3 comments
Closed

sql: support FOREIGN KEY constraints #2968

petermattis opened this issue Oct 30, 2015 · 3 comments
Assignees
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone

Comments

@petermattis
Copy link
Collaborator

A foreign key constraint specifies that the values in a column (or a group of columns) must match the values appearing in some row of another table and are used to maintain the referential integrity between two related tables.

@petermattis petermattis added this to the 1.0 milestone Oct 30, 2015
@jess-edwards jess-edwards mentioned this issue Oct 30, 2015
78 tasks
@petermattis petermattis added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) and removed SQL labels Feb 13, 2016
@petermattis petermattis modified the milestones: 1.0, Q2, Beta Apr 6, 2016
@bdarnell
Copy link
Contributor

As noted in #5957, when we support foreign keys will will also have to support the CASCADE and RESTRICT options on various DROP and TRUNCATE commands.

@dt
Copy link
Member

dt commented Aug 10, 2016

I think we can go ahead and close this one and any remaining unimplemented behaviors (CASCADE, SET NULL) can get their own, more specific issues if/when we decide we want them.

@dt dt closed this as completed Aug 11, 2016
@omidraha
Copy link

Please update this doc:

  • We don’t yet support foreign keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Projects
None yet
Development

No branches or pull requests

4 participants