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

Database.getCreateTableAndViewList() returns views out of order #67

Open
jrf0110 opened this issue Aug 15, 2017 · 0 comments
Open

Database.getCreateTableAndViewList() returns views out of order #67

jrf0110 opened this issue Aug 15, 2017 · 0 comments

Comments

@jrf0110
Copy link
Owner

jrf0110 commented Aug 15, 2017

  1. Views need to have their queries inspected to figure out dependencies
  2. A view isn't exactly like a reference dependency (there isn't a table.col->table.col link)
  3. A view should be able to depend on multiple tables, those tables should get created first, then the view, if another table references the view, then that table should be created last
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