You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sqlite does have "on update" support as well as "on delete" so that should be added to the design of this feature to get the design right the first time, so any breaking changes occur once.
Now that we have db constraints on fkey and many due to #158, the next step is to add a cascade setting.
afaik, there are two options.
#[cascade(delete)]
type macroForeignKey(<field>, <optional cascade>)
The first seems easier to added in a non-breaking way.
I've not thought more about it than that.
The text was updated successfully, but these errors were encountered: