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

DB agnostic ForeignKeyConstraint::getOnUpdate() and ForeignKeyConstraint::getOnDelete() #739

Open
arogachev opened this issue Aug 13, 2023 · 1 comment

Comments

@arogachev
Copy link
Contributor

arogachev commented Aug 13, 2023

Example for NO ACTION:

  • SQLite, latest MySQL and PostgreSQL - NO ACTION.
  • MySQL 5.7 - RESTRICT.
  • MS SQL - NOACTION.
  • Oracle - null / NO ACTION.
@Tigrov
Copy link
Member

Tigrov commented Aug 13, 2023

Looks like predefined constants with appropriate values for each DBMS are needed. Related with #659?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants