Skip to content

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

@jrf0110

Description

@jrf0110
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions