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

delete submission fix #153

Merged
merged 4 commits into from
May 2, 2024
Merged

delete submission fix #153

merged 4 commits into from
May 2, 2024

Conversation

pieterjanin
Copy link
Contributor

closes #149

Vreemde bug waarbij sqlalchemy de foreign key submission_id in testresult op null probeert te zetten wanneer een submisssion wordt verwijderd terwijl dit gewoon zou moeten cascaden.

passive_deletes="all" zegt expliciet dat hij dat niet moet doen, en dat alles door de databank zal afgehandeld worden.

Dit probleem doet zich niet voor bij requirements van een project omdat project_id daar wel nullable is. Als een project verwijderd wordt, blijven de requirements van dat project gewoon in de databank bestaan met null als waarde voor project_id. Ik kan dat evt. aanpassen zodat dat zich hetzelfde gedraagt als hier.

@pieterjanin
Copy link
Contributor Author

bestanden worden nu ook echt verwijderd van de server, niet alleen uit de db

Copy link
Contributor

@xerbalind xerbalind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Miss ook voor requirements doen

@pieterjanin pieterjanin merged commit 4764b08 into dev May 2, 2024
4 checks passed
@pieterjanin pieterjanin deleted the submission-delete branch May 2, 2024 12:28
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.

Delete submission geeft internal server error
3 participants