Conversation
theory
reviewed
May 28, 2026
theory
left a comment
Collaborator
There was a problem hiding this comment.
Nice, thank you!
I think it may be time to list you as an author.
| INSERT INTO null_vals VALUES( | ||
| 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, | ||
| NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, -- NULL, | ||
| NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, |
Collaborator
There was a problem hiding this comment.
Amazing! I forgot all about this.
theory
reviewed
May 28, 2026
| * [David E. Wheeler](https://justatheory.com/) | ||
| * [Ildus Kurbangaliev](https://github.com/ildus) | ||
| * [Ibrar Ahmed](https://github.com/ibrarahmad) | ||
| * [serprex](https://github.com/serprex) |
Collaborator
There was a problem hiding this comment.
My dude, we've been referring to you by your full name in CHANGELOG.md 😂. Make your name first or second.
theory
approved these changes
May 28, 2026
| ClickHouse block for reduced memory consumption. It also greatly reduces | ||
| build time and the size of the library by over 75%. Thanks to Philip Dubé | ||
| for the the new library and the PR ([#254]). | ||
| build time and the size of the library by over 75%. Thanks to serprex for |
Member
Author
There was a problem hiding this comment.
growing up terminally online does a number on handle association
Verify TLS certificates Fix LowCardinality(Nullable(String)) INSERT crash Fix DateTime64 sub-second precision for scale > 6 Reject NaN/Infinity on Decimal INSERT Update clickhouse-c with fixes around overflow detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verify TLS certificates
Fix LowCardinality(Nullable(String)) INSERT crash
Fix DateTime64 sub-second precision for scale > 6
Reject NaN/Infinity on Decimal INSERT
Update clickhouse-c with fixes around overflow detection