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

Simplify .transform(drop_foreign_keys=) and sqlite-transform --drop-foreign-key #177

Closed
simonw opened this issue Sep 24, 2020 · 1 comment
Labels

Comments

@simonw
Copy link
Owner

simonw commented Sep 24, 2020

These both currently require you to provide three strings, for column, other_table, other_column.

Just providing column should be enough information.

@simonw simonw added the enhancement New feature or request label Sep 24, 2020
@simonw
Copy link
Owner Author

simonw commented Sep 24, 2020

This is a backwards incompatible change, so technically I should bump the major version to 3. I'm not going to do that, because the feature is brand new and the chance that anyone has written code or shell scripts that use it is vanishingly small.

@simonw simonw closed this as completed in 5a63b9e Sep 24, 2020
simonw added a commit that referenced this issue Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant