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

Foreign Keys with Cascade Delete #173

Open
DaQuirm opened this issue Apr 24, 2022 · 2 comments
Open

Foreign Keys with Cascade Delete #173

DaQuirm opened this issue Apr 24, 2022 · 2 comments

Comments

@DaQuirm
Copy link

DaQuirm commented Apr 24, 2022

As far as I can see on delete cascade support for foreign keys is missing.
Is there any technical reason for this?
I'd like to try implementing it if that's not something dangerous 🙂

@valderman
Copy link
Owner

There's no technical reason for not having on delete cascade. I'd be happy to merge support for it.

@stefichjo
Copy link

stefichjo commented Oct 22, 2023

One would have to touch the Database.Selda.Table module among others, am I correct? What other modules are involved?

In the meantime, can I issue a raw SQL statement like this in Selda? I can use Database.Selda.Unsafe.rawStm.

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

3 participants