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

Query catalog needs to support SQL scripts #206

Closed
aeberhart opened this issue Aug 30, 2022 · 2 comments
Closed

Query catalog needs to support SQL scripts #206

aeberhart opened this issue Aug 30, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@aeberhart
Copy link
Contributor

When running a query, we currently support getting column metadata including primary and foreign key information. This requires the query to be parsed.

There can be situations, where the query runs on the DB, but cannot be parsed.

We need to support these cases and simply ignore the missing metadata.

@aeberhart aeberhart self-assigned this Aug 30, 2022
@aeberhart aeberhart added the enhancement New feature or request label Aug 30, 2022
@aeberhart aeberhart added this to the 3.0 milestone Aug 30, 2022
@aeberhart aeberhart reopened this Aug 30, 2022
@aeberhart
Copy link
Contributor Author

The editor popup preview has an issue still.
We show the first results and allow chaning the query via the texteditor if the query contains an unsupported query.
If there's a parse exception, the screen stays blank

@aeberhart
Copy link
Contributor Author

tracked in #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant