Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(database/gdb): clickhouse can not support int128/int256/uint128/uint256#4370

Merged
hailaz merged 1 commit intomasterfrom
gdb_support_bigint
Aug 22, 2025
Merged

fix(database/gdb): clickhouse can not support int128/int256/uint128/uint256#4370
hailaz merged 1 commit intomasterfrom
gdb_support_bigint

Conversation

@joy999
Copy link
Contributor

@joy999 joy999 commented Aug 15, 2025

When use clickhouse and use field type int128/int256/uint128/uint256. It can not work well and it will return 0 value.
Add the new field types to let it work well.

By the way, the data struct field need be set to big.Int when use the types.

@hailaz hailaz changed the title fix clickhouse can not support int128/int256/uint128/uint256 fix(database/gdb): clickhouse can not support int128/int256/uint128/uint256 Aug 22, 2025
@hailaz hailaz merged commit bec98e8 into master Aug 22, 2025
10 checks passed
@hailaz hailaz deleted the gdb_support_bigint branch August 22, 2025 14:05
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.

2 participants