-
Notifications
You must be signed in to change notification settings - Fork 4
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
FK constraints #6
Comments
So, after further examination, it seems the issue is related to quoted identifiers. When using a quoted identifier for a table, it doesn't find the relations. |
Hmm, do you have a simple example database I could use to test it on? I could see the quoted identifiers causing issues |
Unfortunately I don't have an example database, but this happened on a I also tried to do a refactor, but ran into some issues with it and gave up. |
Am I correct that this script doesn't currently work if a table has any objects depending on it, ala FK constraints? There is an option to cascade a DROP statement in this situation, but obviously, those FK constraints would need to be recreated.
The text was updated successfully, but these errors were encountered: