We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Links from a table to itself are displayed incorrectly (cf. capture below)
To Reproduce Create a table with a foreign key to another column in the same table (eg: Employees.ReportsTo --> Employees.Id)
Expected behavior Display the link correctly. Suggestion: this type of link could be systematically displayed with 4 angles in one corner of the table
Screenshots Current:
Expected:
Browser (please complete the following information):
VSCode (please complete the following information):
The text was updated successfully, but these errors were encountered:
fix: self relationship #363
2064697
It has been modified in VS Code extension v2.0.4.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Links from a table to itself are displayed incorrectly (cf. capture below)
To Reproduce
Create a table with a foreign key to another column in the same table (eg: Employees.ReportsTo --> Employees.Id)
Expected behavior
Display the link correctly. Suggestion: this type of link could be systematically displayed with 4 angles in one corner of the table
Screenshots
Current:
Expected:
Browser (please complete the following information):
VSCode (please complete the following information):
The text was updated successfully, but these errors were encountered: