Skip to content

Feature is not yet implemented: information_schema.views is not supported #12032

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

Closed
neverchanje opened this issue Sep 1, 2023 · 0 comments · Fixed by #12045
Closed

Feature is not yet implemented: information_schema.views is not supported #12032

neverchanje opened this issue Sep 1, 2023 · 0 comments · Fixed by #12045
Labels
P-high Priority: High. type/feature Type: New feature.
Milestone

Comments

@neverchanje
Copy link
Contributor

Is your feature request related to a problem? Please describe.

To support Bookeeper Studio (Community Edition)

Describe the solution you'd like

SELECT
      table_schema as schema,
      table_name as name
    FROM information_schema.views

    ORDER BY table_schema, table_name

Describe alternatives you've considered

No response

Additional context

No response

@neverchanje neverchanje added the type/feature Type: New feature. label Sep 1, 2023
@github-actions github-actions bot added this to the release-1.2 milestone Sep 1, 2023
@neverchanje neverchanje added the P-high Priority: High. label Sep 4, 2023
@neverchanje neverchanje linked a pull request Sep 4, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P-high Priority: High. type/feature Type: New feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants