-
-
Notifications
You must be signed in to change notification settings - Fork 673
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
✨ Add support for cascade delete relationships: cascade_delete
, ondelete
, and passive_deletes
#983
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This is looking great! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice and clean. Very useful feature!
📝 Docs preview for commit 65be67c at: https://09764bb3.sqlmodel.pages.dev |
📝 Docs preview for commit 274b7a7 at: https://da08e328.sqlmodel.pages.dev |
📝 Docs preview for commit d9579f6 at: https://2593c0e0.sqlmodel.pages.dev |
📝 Docs preview for commit 6b40aec at: https://4cd9105f.sqlmodel.pages.dev |
📝 Docs preview for commit 6529045 at: https://a46900e5.sqlmodel.pages.dev |
cascade_delete
, ondelete
, and passive_deletes
📝 Docs preview for commit 6616272 at: https://bd669c99.sqlmodel.pages.dev |
📝 Docs preview for commit 51c5d00 at: https://9a77e0cc.sqlmodel.pages.dev |
Great, thank you @estebanx64! 🚀 I updated the docs and tweaked the implementation to support nullables set with I also updated/extended the source examples and tests. This is ready now! 🤓 This will be available in SQLModel |
No description provided.