-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
Describe the bug
When you are operating doris using DBeaver, an error happens when you are opening a view.
You can't see the description information for a view in DBeaver.
This operation need to call SELECT CHECK_OPTION,DEFINER,IS_UPDATABLE FROM information_schema.VIEWS
information_schema.VIEWS doesn't exist, so it will get an error.
To Reproduce
Steps to reproduce the behavior:
- Download DBeaver on version 6.0.0
- Create a view
- Open the view in DBeaver
- You can see the error and can't get the description of the view.
Expected behavior
I want to see the description of the view.
Additional context
a new table names views is needed in database information_schema, which has the same schema as views in mysql.
Metadata
Metadata
Assignees
Labels
No labels