kndndrj / nvim-dbee

Interactive database client for neovim
GNU General Public License v3.0
606 stars 39 forks source link

Clickhouse Nullable columns in result window #84

Open d3m1gd opened 5 months ago

d3m1gd commented 5 months ago

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.

kndndrj commented 2 months ago

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

d3m1gd commented 2 months ago
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