Add VARCHAR/STRING length constraint information to the "Data type" column when used as an array type
Open
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
Assessment
This issue has not been assessed yet.