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

additional column specification for multivalued attributes in sql code generator #45

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

Comments

@minaajafari
Copy link
Collaborator

Description

There is no possibility to add some additional attribute in a table with a multivalued attribute for sql code generation . it will be better if set some option for assign number of its value to adding in table .(references to fig 4.1)

Picture12
Fig.4.1:screenshot of BigER : there is no additional column for multivalue attributes in sql code generation

Current Behavior

when user consider an attribute as multivalued attribute in ER , after sql code generation it does not consider additional column for adding this multi value attributes .

Expected Behavior

sql code generator should assign additional column for multivalued attributes . for example when we set phone number as a multivalued attribute it should be som option to assign two or three for value and consequently after sql code generation mentioned attribute should be have two or three additional column for data entry .

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