-
Notifications
You must be signed in to change notification settings - Fork 752
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
Proposed: support DBeaver connect Databend #4581
Comments
We have @wubx , please provide the server log error here, it's easy to check which sql not supportted. |
Some ide software need sql result to do some config. Maybe at first we can judge why we not support these sql? |
This func return empty result but the ide needs set some bar value according to these sql result. So could we support some mock functions to suitable these queries or we can support these var in datafuse? |
@TCeason Your approach may also work. Let's try your way. |
dbeaver will inner execute /* ApplicationName=DBeaver 22.0.1 - SQLEditor <Script.sql> */ SET SQL_SELECT_LIMIT=200 when execute |
link issue: #4708 commit; Test:
|
From my test, databend main branch is working with DBeaver on my ubuntu now 🚀 |
Using user root connect is ok.
use DBeaver connection Databend will have worry:
use mysql client cli:
It's ok. |
Link To ISSUE: can not create a database on dbeaver. more info inside: #4813 |
Drop database has some issues:
|
yes, this is a known problem. We should support
Link to #4854 |
Databend has support DBeaver GUI 🚀 |
Developers most use GUI apps connect Database and OPS data. So we need to support one GUI app connect.
dbeaver is mutli-platfrom database tool for developers(free).
Statements that need support:
I think we'd better support information_schema, support MySQL protocol better.
Tasks:
book_db
The text was updated successfully, but these errors were encountered: