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/enhance utilities in Query class #164

Open
JoanneBogart opened this issue Nov 5, 2024 · 0 comments
Open

Add/enhance utilities in Query class #164

JoanneBogart opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@JoanneBogart
Copy link
Collaborator

We have a function Query.get_all_columns(self) which does indeed return the names of all columns from all tables. But that can be overwhelming. We could add an optional argument table, defaulting to None to give current behavior.

Then to make that more useful we could add
Query.get_all_tables(self)
which would return a list of table names for the current schema.

@JoanneBogart JoanneBogart self-assigned this Nov 5, 2024
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