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

BigER does not create separate table for weak entities in sql code generator #43

Open
minaajafari opened this issue Nov 29, 2022 · 0 comments
Labels
bug Problems related to bugs

Comments

@minaajafari
Copy link
Collaborator

Description

Weak entity code generation : for sql generation tool should be able to create a separate table for each weak entity and add the primary key of its owner plus its partial key as primary key . but currently sql code generator create a separate table for its relationship none weak entity and its attributes.
(References to fig.1.1 & fig.1.2)

Current Behavior

BigER in sql code generator does not create a separate table for each weak entity .

Picture11
Fig.1.2.: screenshot of BigER

Expected Behavior

BigER should create a separate table for each weak entity in sql code generator

Picture10
Fig.1.2.: References to TUWien Database lecture

Steps to Reproduce

No response

Environment

No response

Additional Information

No response

@minaajafari minaajafari added the bug Problems related to bugs label Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Problems related to bugs
Projects
None yet
Development

No branches or pull requests

1 participant