Skip to content

Conversation

@ye11ow
Copy link
Collaborator

@ye11ow ye11ow commented May 12, 2025

create stream hello(nstr nullable(string), str string, nint nullable(uint64), int uint64, nbool nullable(bool), bool bool, ndate nullable(datetime(3)), date datetime(3))
insert INTO hello(nstr, str, nint, int, nbool, bool, ndate, date) VALUES('test_nstr', 'test2_str', 123, 456, false, true, now(), now())
insert INTO hello(nstr, str, nint, int, nbool, bool, ndate, date) VALUES(null, 'test2_str', null, 456, null, true, null, now())
image

Closes #4
Closes #22

@ye11ow ye11ow self-assigned this May 12, 2025
@ye11ow ye11ow requested a review from jovezhong May 12, 2025 22:15
@ye11ow ye11ow added the bug Something isn't working label May 12, 2025
Copy link

@jovezhong jovezhong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. Can you also bump up the version in the PR and update PR. I can also merge this PR then have that in another commit.

@ye11ow
Copy link
Collaborator Author

ye11ow commented May 12, 2025

Thanks for the fix. Can you also bump up the version in the PR and update PR. I can also merge this PR then have that in another commit.

bumped to 2.1.3

@jovezhong jovezhong merged commit e413a2d into main May 12, 2025
3 of 4 checks passed
@ye11ow ye11ow deleted the bugfix/nullable branch December 11, 2025 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nullable(string) data is shown incorrectly Unable to show nullable data type in Grafana table

3 participants