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

Improve view dependency tracking #7

Closed
djrobstep opened this issue Mar 31, 2017 · 0 comments
Closed

Improve view dependency tracking #7

djrobstep opened this issue Mar 31, 2017 · 0 comments

Comments

@djrobstep
Copy link
Owner

Sometimes view creation/deletion happens in the wrong order. We could solve this by adding tracking for view dependencies.

Example of problem:

create view v1 as select * from v2 

Will fail because v1 will be created before v2.

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

No branches or pull requests

1 participant