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

Missing secondary relation connection between two tables #786

Open
2 tasks done
ac2780 opened this issue Feb 26, 2025 · 0 comments
Open
2 tasks done

Missing secondary relation connection between two tables #786

ac2780 opened this issue Feb 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@ac2780
Copy link

ac2780 commented Feb 26, 2025

Self Checks

Version Type

CLI Version (npm package)

Version (only for Self Hosted)

v0.4.3 + 4a6deae (2025-02-26)

Steps to reproduce

See attached schema

Expected Behavior

All the relations are correctly visualized

Actual Behavior

My Table A is connected to two row of Table B. This is the relation:
"relationshipNo6": {
"name": "relationshipNo6",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_DIRECT",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
},
"relationshipNo7": {
"name": "relationshipNo7",
"primaryTableName": "img_image_save",
"primaryColumnName": "IMG_POST_PROCESSING_ID_SUB",
"foreignTableName": "img_post_processing",
"foreignColumnName": "IMG_POST_PROCESSING_ID",
"cardinality": "ONE_TO_ONE",
"updateConstraint": "NO_ACTION",
"deleteConstraint": "NO_ACTION"
}
In visualization SHOW: All Fields the connection is missing

schema.json

Image

Additional Context

No response

@ac2780 ac2780 added the bug Something isn't working label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant