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

Add different types and various cases to the dataset #8

Open
Jyuart opened this issue Sep 19, 2022 · 1 comment
Open

Add different types and various cases to the dataset #8

Jyuart opened this issue Sep 19, 2022 · 1 comment
Labels
status: draft Details need to be clarified before work can begin type: enhancement New feature or request work: database Related to database code
Milestone

Comments

@Jyuart
Copy link

Jyuart commented Sep 19, 2022

It would be nice to have different types in the data set, first of all, to test dependents graphs in different combinations. It could be:

  • indexes
  • views (materialized views)
  • triggers

Among cases there could be:

  • self-referential tables
  • cross-referential tables
@Jyuart Jyuart added type: enhancement New feature or request work: database Related to database code labels Sep 19, 2022
@kgodey kgodey modified the milestones: 03. First Release, Support for Existing Databases Sep 19, 2022
@kgodey kgodey added status: ready Ready for implementation status: draft Details need to be clarified before work can begin and removed status: ready Ready for implementation status: draft Details need to be clarified before work can begin labels Sep 19, 2022
@mathemancer
Copy link
Contributor

mathemancer commented Sep 20, 2022

Note to the implementer:

Consider simulating data akin to the 'academics' data set: https://github.com/centerofci/mathesar/blob/master/db/tests/resources/academics_create.sql, but with better types and some views, etc. I'd prefer using that one since it aligns with a reasonable use case, and would avoid complicating the library data set.

@kgodey kgodey modified the milestones: Support for Existing Databases, Backlog Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: draft Details need to be clarified before work can begin type: enhancement New feature or request work: database Related to database code
Projects
No open projects
Development

No branches or pull requests

3 participants