You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some MySQL driver/GUI(like dbeaver) always access information_schema to fetch some meta information, information_schema tables are actually views, after the view(#4628) checked in, it's time to support the information_schema database, let the GUI easy to connect to Databend.
Tasks:
Add information_schema database
Impl some immutable views for information_schema which dbeaver need
The text was updated successfully, but these errors were encountered:
Summary
Some MySQL driver/GUI(like dbeaver) always access
information_schema
to fetch some meta information,information_schema
tables are actually views, after the view(#4628) checked in, it's time to support theinformation_schema
database, let the GUI easy to connect to Databend.Tasks:
information_schema
databaseinformation_schema
which dbeaver needThe text was updated successfully, but these errors were encountered: