dbeaver / dbeaver/dbeaver

Add VARCHAR/STRING length constraint information to the "Data type" column when used as an array type

Open
#36,685 4 comments 1 reaction 0 assignees View on GitHub
wait for votes x:cockroachdb xf:metadata
Dominant language
Java
Stars
51.8k
Forks
4.4k
Avg merge
3d 13h
Merged PRs (30d)
183

Description

**Is your feature request related to a problem? Please describe.**
When I make a VARCHAR(n)[] array type, I cannot see the length constraint in the "Properties" view -> "Columns" tab. It just shows `_varchar`.

**Describe the solution you'd like**
DBeaver should show `_varchar(n)` (CockroachDB shows it as `VARCHAR(n)[]` when running `SHOW COLUMNS FROM table`) when there's a length constraint applied to the type in the array.

**Additional context**
I'm using CockroachDB.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.