nvim-dbee icon indicating copy to clipboard operation
nvim-dbee copied to clipboard

Clickhouse Nullable columns in result window

Open d3m1gd opened this issue 1 year ago • 2 comments

Nullable columns seem to print the address of a pointer in a table view of results, instead of the stored value or null.

But the values are copied ok, when yanking json with hotkeys.

d3m1gd avatar Feb 06 '24 06:02 d3m1gd

Hi, can you please share a screenshot and minimal reproducable example (queries)?

kndndrj avatar Apr 24 '24 05:04 kndndrj

shk_id       [UInt64]
wbsticker_id [Nullable(UInt64)]
barcode      [Nullable(String)]
chrt_id      [UInt64]
nm_id        [UInt64]
dt           [DateTime64(3)]
employee_id  [UInt64]
place_id     [Nullable(UInt64)]
state_id     [Nullable(String)]

image

d3m1gd avatar May 08 '24 09:05 d3m1gd