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

Cannot drop multi link in parent type #3276

Closed
fantix opened this issue Dec 14, 2021 · 0 comments · Fixed by #3279
Closed

Cannot drop multi link in parent type #3276

fantix opened this issue Dec 14, 2021 · 0 comments · Fixed by #3279
Assignees

Comments

@fantix
Copy link
Member

fantix commented Dec 14, 2021

  • EdgeDB Version: 1.0-rc.3+2b303d3, 1.0-rc.2+7f1c22d
  • OS Version: macOS

Steps to Reproduce:

edgedb> ALTER TYPE D {
.......     DROP LINK multi_link;
....... };
Error: InternalServerError: relation "edgedbpub.d504948c-5d32-11ec-b73c-a7c895ab6088" does not exist
  Hint: This is most likely a bug in EdgeDB. Please consider opening an issue ticket at https://github.com/edgedb/edgedb/issues/new?template=bug_report.md

Schema:

    type C;
    type D {
        multi link multi_link -> C;
    };
    type E extending default::D;
msullivan added a commit that referenced this issue Dec 15, 2021
The ancestor view will already have been deleted by the time
children are being processed.

Fixes #3276.
msullivan added a commit that referenced this issue Dec 16, 2021
The ancestor view will already have been deleted by the time
children are being processed.

Fixes #3276.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants