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

Clickhouse Nullable columns in result window #84

Open
d3m1gd opened this issue Feb 6, 2024 · 2 comments
Open

Clickhouse Nullable columns in result window #84

d3m1gd opened this issue Feb 6, 2024 · 2 comments

Comments

@d3m1gd
Copy link

d3m1gd commented Feb 6, 2024

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
Copy link
Owner

kndndrj commented Apr 24, 2024

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

@d3m1gd
Copy link
Author

d3m1gd commented May 8, 2024

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

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