Skip to content

Conversation

@marcin-ptaszynski
Copy link
Contributor

Summary

Integer types larger than 64 bits cannot be written as literals without casting, or they end up parsed as Float64. See ClickHouse/ClickHouse#38480

This commit fixes #208

Checklist

Delete items not relevant to your PR:

  • Unit and integration tests covering the common scenarios were added
  • A human-readable description of the changes was provided so that we can include it in CHANGELOG later

@CLAassistant
Copy link

CLAassistant commented Mar 17, 2025

CLA assistant check
All committers have signed the CLA.

@marcin-ptaszynski marcin-ptaszynski force-pushed the fix-ser-int128 branch 2 times, most recently from a4b7a02 to 796b1cf Compare March 17, 2025 00:19
serprex
serprex previously approved these changes Mar 17, 2025
Integer types larger than 64 bits cannot be written as literals without casting,
or they end up `Float64`. See ClickHouse/ClickHouse#38480

This commit fixes ClickHouse#208
@slvrtrn slvrtrn merged commit 86277b3 into ClickHouse:main May 12, 2025
6 checks passed
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

Successfully merging this pull request may close these issues.

Int128 / UInt128 SQL (bind) broken serialization

4 participants