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

[bug] Dbeaver show create table #172

Open
hantmac opened this issue Mar 5, 2024 · 4 comments
Open

[bug] Dbeaver show create table #172

hantmac opened this issue Mar 5, 2024 · 4 comments

Comments

@hantmac
Copy link
Member

hantmac commented Mar 5, 2024

In Dbeaver, the DDL show create table is shown as:

image

But the table in databend should show create table as:

image

CREATE TABLE `source_table` (
  `id` INT NULL,
  `name` VARCHAR NULL,
  `age` INT NULL,
  `city` VARCHAR NULL
) ENGINE=FUSE

Dbeaver should shown the same with bendsql.

@hanxuanliang
Copy link

hanxuanliang commented Mar 6, 2024

  1. create a table in dbserver
  2. In the databend bendsql, the create table sql is inconsistent. The field type is missing

Is that case? @hantmac

@hantmac
Copy link
Member Author

hantmac commented Mar 6, 2024

  1. create a table in dbserver
  2. In the databend bendsql, the create table sql is inconsistent. The field type is missing

Is that case? @hantmac

The field nullable is missing. In dbeaver , there is no NULL .

@hanxuanliang
Copy link

dbeaver/dbeaver#23101

I submitted my question to DBeaver. Let's see if there are any settings that we haven't noticed.

@hanxuanliang
Copy link

hanxuanliang commented Mar 11, 2024

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

No branches or pull requests

2 participants