We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Read "ORM-level “delete” cascade vs. FOREIGN KEY level “ON DELETE” cascade" note in https://docs.sqlalchemy.org/en/13/orm/cascades.html#delete for the explanation.
TLDR: without this parameter, instead of a fast DB-level cascade trigger, a slow ORM-level cascade takes place
For this module, it seems that the BucketTag and ObjectVersionTag models would require this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Read "ORM-level “delete” cascade vs. FOREIGN KEY level “ON DELETE” cascade" note in https://docs.sqlalchemy.org/en/13/orm/cascades.html#delete for the explanation.
TLDR: without this parameter, instead of a fast DB-level cascade trigger, a slow ORM-level cascade takes place
For this module, it seems that the BucketTag and ObjectVersionTag models would require this.
The text was updated successfully, but these errors were encountered: