-
Notifications
You must be signed in to change notification settings - Fork 22
feat: Add Single Table Inheritance support #966
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73329a2 to
7726cce
Compare
7726cce to
768fefc
Compare
github-actions bot
pushed a commit
that referenced
this pull request
Mar 3, 2024
* feat: Implement STI * Add enums to stale field check. * Prevent the discriminator from changing. * Remove the discriminator from the opt. * Fix findbyId for uuid enums. * Start work on incoming m2o polymorphism. * Finish subType enforcement for m2os. * Rewrite outgoing o2ms that are to subtypes. * Fix missing inheritanceType=cti on base types. * Fix test. * Add STI-level not null. * Add test for STI-level not null. * docs * Fix bulk update. * Add failing test cases. * Add implicit STI filtering. * Fix find queries being accidentally cached. * Fix per-STI subtype properties. * docs * PR feedback. * Add test that finds against both CTI subtypes. 8019e5b
stephenh
pushed a commit
that referenced
this pull request
Mar 3, 2024
# [1.146.0](v1.145.0...v1.146.0) (2024-03-03) ### Features * Add Single Table Inheritance support ([#966](#966)) ([8019e5b](8019e5b))
Collaborator
Author
|
🎉 This PR is included in version 1.146.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.