-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ERD parent_child relation issue #8389
Comments
+1, Confirmed. I removed from the DB the only self-referring relationship (FK to PK of the same table) I had added on the project, re-generated the ERD, saved it to a .pgerd file, and now the new file can be loaded without problems (*). Interestingly enough, if I remove the relationship ONLY on the ERD (but not on the actual DB) and save the modified .pgerd file, the problem is still there. (*) The problem with saving images #8424 remains, though. That's likely unrelated. |
…there was a parent-child relationship within the same table. pgadmin-org#8389
…there was a parent-child relationship within the same table. pgadmin-org#8389
…ng parent-child relationship within the same table. #8389 Fixed an issue in ERD where link notation end-points were not rendering occasionally. --------- Co-authored-by: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>
Please note that security bugs or issues should be reported to security@pgadmin.org.
the ERD tool fail to open a file once there is a relation parent_child in the same table1(pk , name_, parent_id)
if the parent_id reference the same table table1(pk) it fail
A clear and concise description of what the bug is.
**To Reproduce**
create a table as above and foreign key
Error message
tmp.json
still loading.....
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: