borkdominik / bigER

Entity Relationship Diagram modeling tool realized as a language server that is distributed as a VS Code extension.
https://marketplace.visualstudio.com/items?itemName=BIGModelingTools.erdiagram
MIT License
106 stars 13 forks source link

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

Open minaajafari opened 1 year ago

minaajafari commented 1 year ago

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