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

[feature] Add support for SQLAlchemy polymorphic models #1226

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

PaleNeutron
Copy link

@PaleNeutron PaleNeutron commented Nov 26, 2024

Introduce support for SQLAlchemy polymorphic models by adjusting field defaults and handling inheritance correctly in the SQLModel metaclass. Add tests to verify functionality with polymorphic joined and single table inheritance. Refer to #36 .

@PaleNeutron PaleNeutron marked this pull request as ready for review November 26, 2024 03:26
@PaleNeutron PaleNeutron changed the title Support SQLAlchemy polymorphic models Add support for SQLAlchemy polymorphic models Nov 26, 2024
@PaleNeutron PaleNeutron changed the title Add support for SQLAlchemy polymorphic models [feature] Add support for SQLAlchemy polymorphic models Nov 26, 2024
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

Successfully merging this pull request may close these issues.

1 participant