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

SQL generator handling generalization/specialization #211

Open
ademait opened this issue Feb 6, 2025 · 1 comment
Open

SQL generator handling generalization/specialization #211

ademait opened this issue Feb 6, 2025 · 1 comment

Comments

@ademait
Copy link

ademait commented Feb 6, 2025

Is your feature request related to a problem?

When we define inheritance classes, the SQL generator generates the classes for each define class (parent and children, even when parent is abstract).

Describe the solution you'd like

To define whether we want the inheritance to be represented in the database using generalization or specialization strategies.

Describe alternatives you've considered

Additional context

@jcabot
Copy link
Collaborator

jcabot commented Feb 16, 2025

The idea would be to open a pop-up with some configuration questions, at least including the desired general strategy for dealing with inheritance (only supertypes, only subtypes, keep them all). Sure, this could also change for each generalization but that would be already a more future request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants